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