mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
14 lines
215 B
Text
14 lines
215 B
Text
[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
|