restart on failure
parent
9637c1fdf9
commit
46ea96d638
|
@ -80,7 +80,7 @@ StartLimitBurst=5
|
||||||
StartLimitIntervalSec=60
|
StartLimitIntervalSec=60
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=on-failure
|
||||||
RestartSec=1
|
RestartSec=1
|
||||||
Type=notify
|
Type=notify
|
||||||
`
|
`
|
||||||
|
|
|
@ -83,7 +83,7 @@ StartLimitBurst=5
|
||||||
StartLimitIntervalSec=60
|
StartLimitIntervalSec=60
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=on-failure
|
||||||
RestartSec=1
|
RestartSec=1
|
||||||
Type=notify
|
Type=notify
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in New Issue