Merge "Enable systemd notify sockets for more daemons"

This commit is contained in:
Zuul 2021-05-06 05:00:10 +00:00 committed by Gerrit Code Review
commit cb1f679da6
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ class DaemonStrategy(object):
signal.signal(signal.SIGTERM, kill_children) signal.signal(signal.SIGTERM, kill_children)
self.running = True self.running = True
utils.systemd_notify(self.logger)
def _run_inline(self, once=False, **kwargs): def _run_inline(self, once=False, **kwargs):
"""Run the daemon""" """Run the daemon"""