mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #48034 from vinian/restart-salt-syndic-when-salt-master-retart
restart salt-syndic when salt-master restart
This commit is contained in:
commit
9f0bd90c5b
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=The Salt Syndic daemon
|
||||
After=network.target
|
||||
PartOf=salt-master.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Description=The Salt Master Server
|
||||
Documentation=man:salt-syndic(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltstack.com/en/latest/contents.html
|
||||
After=network.target
|
||||
PartOf=salt-master.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
|
Loading…
Add table
Reference in a new issue