mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
12 lines
172 B
Desktop File
12 lines
172 B
Desktop File
[Unit]
|
|
Description=The Salt Master Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
LimitNOFILE=8192
|
|
ExecStart=/usr/bin/salt-syndic
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|