mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
15 lines
247 B
Desktop File
15 lines
247 B
Desktop File
[Unit]
|
|
Description=The Salt Minion daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/default/salt-minion
|
|
Type=simple
|
|
LimitNOFILE=8192
|
|
ExecStart=/usr/bin/salt-minion
|
|
KillMode=process
|
|
Restart=$RESTART
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|