type Config struct { // Interval for how long to wait to check for state changes Interval duration `toml:"interval"` }
Config for the restart monitor