restart on failure

pull/9775/head
Medya Gh 2020-11-24 13:00:33 -08:00
parent 9637c1fdf9
commit 46ea96d638
2 changed files with 2 additions and 2 deletions

View File

@ -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
` `

View File

@ -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
` `