mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
f7652d8c8b
Fixes: #48029
14 lines
216 B
Desktop File
14 lines
216 B
Desktop File
[Unit]
|
|
Description=The Salt Syndic daemon
|
|
After=network.target
|
|
PartOf=salt-master.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=all
|
|
LimitNOFILE=8192
|
|
ExecStart=/usr/bin/salt-syndic
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|