updated salt_minion state
This commit is contained in:
parent
29b72f69bd
commit
fe3fdea771
@ -2,14 +2,15 @@
|
||||
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||||
[Unit]
|
||||
Description=The Salt Minion daemon
|
||||
StartLimitIntervalSec=0
|
||||
StartLimitIntervalSec=500
|
||||
StartLimitBurst=5
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
KillMode=control-group
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
RestartSec=10s
|
||||
StartLimitInterval=0
|
||||
NotifyAccess=all
|
||||
LimitNOFILE=8192
|
||||
|
Loading…
Reference in New Issue
Block a user