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') }}
|
||||
[Unit]
|
||||
Description=The Salt Minion daemon
|
||||
StartLimitIntervalSec=0
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
@ -11,6 +12,8 @@ NotifyAccess=all
|
||||
LimitNOFILE=8192
|
||||
ExecStart=salt-minion
|
||||
TimeoutStopSec=5s
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user