Revision aa224134 lib/watcher/__init__.py

b/lib/watcher/__init__.py
92 92
  # on master or not, try to start the node daemon
93 93
  utils.EnsureDaemon(constants.NODED)
94 94
  # start confd as well. On non candidates it will be in disabled mode.
95
  utils.EnsureDaemon(constants.CONFD)
95
  if constants.ENABLE_CONFD:
96
    utils.EnsureDaemon(constants.CONFD)
96 97

  
97 98

  
98 99
def RunWatcherHooks():

Also available in: Unified diff