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