removed systemd watchdog...
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
wantedBy = [ "default.target" ];
|
||||
path = [ pkgs.bash download ];
|
||||
serviceConfig = {
|
||||
WatchdogSec = "30min";
|
||||
Restart = "on-failure";
|
||||
RestartSec = 30;
|
||||
ExecStart = "${download}/bin/download ${execStartCmd}";
|
||||
|
||||
Reference in New Issue
Block a user