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