Notify systemd on minion start

This commit is contained in:
Erik Johnson 2016-08-16 22:35:39 -05:00
parent d648887afc
commit e847d3af30

View file

@ -115,6 +115,9 @@ def salt_minion():
'''
Start the salt minion.
'''
import salt.utils.process
salt.utils.process.notify_systemd()
import salt.cli.daemons
import multiprocessing
if '' in sys.path: