removed systemd watchdog...

This commit is contained in:
Danilo Reyes 2024-06-14 01:08:43 -06:00
parent b9500298c2
commit 525f3742a8
2 changed files with 0 additions and 2 deletions

View File

@ -43,7 +43,6 @@
wantedBy = [ "default.target" ];
path = [ pkgs.bash download ];
serviceConfig = {
WatchdogSec = "30min";
Restart = "on-failure";
RestartSec = 30;
ExecStart = "${download}/bin/download ${execStartCmd}";

View File

@ -23,7 +23,6 @@
description = "monitors a stream channel for online streams.";
wantedBy = [ "timers.target" ];
timerConfig = {
WatchdogSec = "15min";
OnBootSec = "5min";
OnUnitActiveSec = "65min";
RandomizedDelaySec = 30;