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:
Daniel Wallace 2018-06-21 15:12:36 -05:00 committed by GitHub
commit 9f0bd90c5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
[Unit]
Description=The Salt Syndic daemon
After=network.target
PartOf=salt-master.service
[Service]
Type=notify

View file

@ -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