mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
14 lines
226 B
Desktop File
14 lines
226 B
Desktop File
[Unit]
|
|
Description=The Salt Minion daemon
|
|
After=network.target salt-master.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
KillMode=process
|
|
NotifyAccess=all
|
|
LimitNOFILE=8192
|
|
ExecStart=/usr/bin/salt-minion
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|