Merge pull request #1648 from hroff-1902/sd-watchdog

Support for systemd watchdog
This commit is contained in:
Matthias
2019-03-16 13:46:04 +01:00
committed by GitHub
10 changed files with 107 additions and 13 deletions

View File

@@ -172,7 +172,8 @@ CONF_SCHEMA = {
'type': 'object',
'properties': {
'process_throttle_secs': {'type': 'number'},
'interval': {'type': 'integer'}
'interval': {'type': 'integer'},
'sd_notify': {'type': 'boolean'},
}
}
},