Enable systemd notify sockets for more daemons

Change-Id: I892819e5ede73ee1ae892dbcc381c0e18fd1e654
This commit is contained in:
Tim Burke 2021-04-20 15:38:57 -07:00
parent c9b5d44e9e
commit fa3109ab5f
1 changed files with 1 additions and 0 deletions

View File

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