updated salt_minion state
This commit is contained in:
parent
eb5d62a69e
commit
4ed76b8dbb
@ -2,6 +2,7 @@
|
|||||||
## {{ 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=0
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
@ -11,6 +12,8 @@ NotifyAccess=all
|
|||||||
LimitNOFILE=8192
|
LimitNOFILE=8192
|
||||||
ExecStart=salt-minion
|
ExecStart=salt-minion
|
||||||
TimeoutStopSec=5s
|
TimeoutStopSec=5s
|
||||||
|
Restart=always
|
||||||
|
RestartSec=30
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user