mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Notify systemd on minion start
This commit is contained in:
parent
d648887afc
commit
e847d3af30
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue