mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
special salt-minion.service file for rhel7
This commit is contained in:
parent
24bad5b078
commit
db295f6f06
1 changed files with 14 additions and 0 deletions
14
pkg/suse/salt-minion.service.rhel7
Normal file
14
pkg/suse/salt-minion.service.rhel7
Normal file
|
@ -0,0 +1,14 @@
|
|||
[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
|
Loading…
Add table
Reference in a new issue