Notify systemd on syndic start

This commit is contained in:
Erik Johnson 2016-08-17 00:35:07 -05:00
parent e847d3af30
commit a40b3f8a08

View file

@ -275,6 +275,9 @@ def salt_syndic():
'''
Start the salt syndic.
'''
import salt.utils.process
salt.utils.process.notify_systemd()
import salt.cli.daemons
pid = os.getpid()
try: