Signed-off-by: Klaus Aehlig <[email protected]>
---
lib/watcher/__init__.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/watcher/__init__.py b/lib/watcher/__init__.py
index 9a139ee..0eb9340 100644
--- a/lib/watcher/__init__.py
+++ b/lib/watcher/__init__.py
@@ -703,6 +703,7 @@ def _GlobalWatcher(opts):
# we are on master now
utils.EnsureDaemon(constants.RAPI)
utils.EnsureDaemon(constants.WCONFD)
+ utils.EnsureDaemon(constants.MAINTD)
# If RAPI isn't responding to queries, try one restart
logging.debug("Attempting to talk to remote API on %s",
--
2.5.0.rc2.392.g76e840b