Skip to content

Commit 6b2a808

Browse files
committed
Make watchdogs a bit less aggressive
Otherwise bots keep getting killed.
1 parent a2ef17c commit 6b2a808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/whateverable@.service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ TasksMax=80
3535
Restart=always
3636
RestartSec=2
3737
# WatchdogSec is set approximately to ping timeout
38-
# TODO ... or not. There should be at least one non-ping message in 15 minutes
39-
WatchdogSec=900
38+
# TODO ... or not. There should be at least one non-ping message in 15 minutes + extra time
39+
WatchdogSec=1200
4040
# TODO is exec the right option here?
4141
NotifyAccess=exec
4242

0 commit comments

Comments
 (0)