You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
347 B
15 lines
347 B
13 years ago
|
[Unit]
|
||
|
Description=The Salt Master Server
|
||
3 years ago
|
Documentation=man:salt-syndic(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltproject.io/en/latest/contents.html
|
||
8 years ago
|
After=network.target
|
||
6 years ago
|
PartOf=salt-master.service
|
||
13 years ago
|
|
||
|
[Service]
|
||
8 years ago
|
Type=notify
|
||
8 years ago
|
NotifyAccess=all
|
||
8 years ago
|
LimitNOFILE=8192
|
||
13 years ago
|
ExecStart=/usr/bin/salt-syndic
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|