updated salt_minion state
This commit is contained in:
parent
72b2640b3f
commit
43b742b9a0
@ -2,8 +2,6 @@
|
|||||||
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=The Salt Minion daemon
|
Description=The Salt Minion daemon
|
||||||
StartLimitIntervalSec=500
|
|
||||||
StartLimitBurst=5
|
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
@ -11,9 +9,10 @@ Type=notify
|
|||||||
KillMode=control-group
|
KillMode=control-group
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=10s
|
RestartSec=10s
|
||||||
StartLimitInterval=0
|
StartLimitIntervalSec=500
|
||||||
|
StartLimitBurst=5
|
||||||
NotifyAccess=all
|
NotifyAccess=all
|
||||||
LimitNOFILE=8192
|
LimitNOFILE=32768
|
||||||
ExecStart=salt-minion
|
ExecStart=salt-minion
|
||||||
TimeoutStopSec=5s
|
TimeoutStopSec=5s
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user