removed systemd watchdog...
This commit is contained in:
parent
b9500298c2
commit
525f3742a8
@ -43,7 +43,6 @@
|
|||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "default.target" ];
|
||||||
path = [ pkgs.bash download ];
|
path = [ pkgs.bash download ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
WatchdogSec = "30min";
|
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = 30;
|
RestartSec = 30;
|
||||||
ExecStart = "${download}/bin/download ${execStartCmd}";
|
ExecStart = "${download}/bin/download ${execStartCmd}";
|
||||||
|
|||||||
@ -23,7 +23,6 @@
|
|||||||
description = "monitors a stream channel for online streams.";
|
description = "monitors a stream channel for online streams.";
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
WatchdogSec = "15min";
|
|
||||||
OnBootSec = "5min";
|
OnBootSec = "5min";
|
||||||
OnUnitActiveSec = "65min";
|
OnUnitActiveSec = "65min";
|
||||||
RandomizedDelaySec = 30;
|
RandomizedDelaySec = 30;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user