mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
15 lines
215 B
Plaintext
15 lines
215 B
Plaintext
[Unit]
|
|
Description=The Salt Minion
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
LimitNOFILE=8192
|
|
ExecStart=/usr/bin/salt-minion
|
|
KillMode=process
|
|
Restart=on-failure
|
|
RestartSec=15
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|