mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
f7652d8c8b
Fixes: #48029
15 lines
346 B
Desktop File
15 lines
346 B
Desktop File
[Unit]
|
|
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
|
|
NotifyAccess=all
|
|
LimitNOFILE=8192
|
|
ExecStart=/usr/bin/salt-syndic
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|