mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
14 lines
221 B
Desktop File
14 lines
221 B
Desktop File
[Unit]
|
|
Description=The Salt Master Server
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
LimitNOFILE=16384
|
|
Type=notify
|
|
NotifyAccess=all
|
|
ExecStart=/usr/bin/salt-master
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|