Added daily restart
This commit is contained in:
parent
a4a330f638
commit
474ac5cc16
|
@ -43,6 +43,7 @@ in
|
|||
serviceConfig = {
|
||||
Type = "exec";
|
||||
User = cfg.user;
|
||||
RuntimeMaxSec="1d";
|
||||
Restart = "always";
|
||||
RestartSec = "3s";
|
||||
StartLimitIntervalSec = "0";
|
||||
|
|
Loading…
Reference in a new issue