mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
16 lines
232 B
Desktop File
16 lines
232 B
Desktop File
[Unit]
|
|
Description=The Salt Minion
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=all
|
|
LimitNOFILE=8192
|
|
ExecStart=/usr/bin/salt-minion
|
|
KillMode=process
|
|
Restart=on-failure
|
|
RestartSec=15
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|