923a60
From 5be84b3ae46c0fd35c3e80d4f457bf5aedc8af8f Mon Sep 17 00:00:00 2001
923a60
From: Lennart Poettering <lennart@poettering.net>
923a60
Date: Wed, 23 Sep 2015 17:27:39 +0200
923a60
Subject: [PATCH] units: increase watchdog timeout to 3min for all our services
923a60
923a60
Apparently, disk IO issues are more frequent than we hope, and 1min
923a60
waiting for disk IO happens, so let's increase the watchdog timeout a
923a60
bit, for all our services.
923a60
923a60
See #1353 for an example where this triggers.
923a60
923a60
(cherry picked from commit c2fc2c2560f0ca0fab383753c065e45d76f465e5)
923a60
Resolves: #1267707
923a60
---
923a60
 units/systemd-hostnamed.service.in   | 2 +-
923a60
 units/systemd-importd.service.in     | 2 +-
923a60
 units/systemd-journald.service.in    | 2 +-
923a60
 units/systemd-localed.service.in     | 2 +-
923a60
 units/systemd-logind.service.in      | 2 +-
923a60
 units/systemd-machined.service.in    | 2 +-
923a60
 units/systemd-networkd.service.in    | 2 +-
923a60
 units/systemd-resolved.service.m4.in | 2 +-
923a60
 units/systemd-timedated.service.in   | 2 +-
923a60
 units/systemd-timesyncd.service.in   | 2 +-
923a60
 10 files changed, 10 insertions(+), 10 deletions(-)
923a60
923a60
diff --git a/units/systemd-hostnamed.service.in b/units/systemd-hostnamed.service.in
923a60
index cc88ecd0db..b7079e4a7c 100644
923a60
--- a/units/systemd-hostnamed.service.in
923a60
+++ b/units/systemd-hostnamed.service.in
923a60
@@ -14,7 +14,7 @@ Documentation=http://www.freedesktop.org/wiki/Software/systemd/hostnamed
923a60
 ExecStart=@rootlibexecdir@/systemd-hostnamed
923a60
 BusName=org.freedesktop.hostname1
923a60
 CapabilityBoundingSet=CAP_SYS_ADMIN
923a60
-WatchdogSec=1min
923a60
+WatchdogSec=3min
923a60
 PrivateTmp=yes
923a60
 PrivateDevices=yes
923a60
 PrivateNetwork=yes
923a60
diff --git a/units/systemd-importd.service.in b/units/systemd-importd.service.in
923a60
index 5534a49ede..60e8e9c85f 100644
923a60
--- a/units/systemd-importd.service.in
923a60
+++ b/units/systemd-importd.service.in
923a60
@@ -14,7 +14,7 @@ ExecStart=@rootlibexecdir@/systemd-importd
923a60
 BusName=org.freedesktop.import1
923a60
 CapabilityBoundingSet=CAP_CHOWN CAP_FOWNER CAP_FSETID CAP_MKNOD CAP_SETFCAP CAP_SYS_ADMIN CAP_SETPCAP
923a60
 NoNewPrivileges=yes
923a60
-WatchdogSec=1min
923a60
+WatchdogSec=3min
923a60
 PrivateTmp=yes
923a60
 ProtectSystem=full
923a60
 ProtectHome=yes
923a60
diff --git a/units/systemd-journald.service.in b/units/systemd-journald.service.in
923a60
index 9d44622837..8575912bbd 100644
923a60
--- a/units/systemd-journald.service.in
923a60
+++ b/units/systemd-journald.service.in
923a60
@@ -22,7 +22,7 @@ RestartSec=0
923a60
 NotifyAccess=all
923a60
 StandardOutput=null
923a60
 CapabilityBoundingSet=CAP_SYS_ADMIN CAP_DAC_OVERRIDE CAP_SYS_PTRACE CAP_SYSLOG CAP_AUDIT_CONTROL CAP_AUDIT_READ CAP_CHOWN CAP_DAC_READ_SEARCH CAP_FOWNER CAP_SETUID CAP_SETGID CAP_MAC_OVERRIDE
923a60
-WatchdogSec=1min
923a60
+WatchdogSec=3min
923a60
 
923a60
 # Increase the default a bit in order to allow many simultaneous
923a60
 # services being run since we keep one fd open per service. Also, when
923a60
diff --git a/units/systemd-localed.service.in b/units/systemd-localed.service.in
923a60
index bfa097844f..9b13f901a3 100644
923a60
--- a/units/systemd-localed.service.in
923a60
+++ b/units/systemd-localed.service.in
923a60
@@ -14,7 +14,7 @@ Documentation=http://www.freedesktop.org/wiki/Software/systemd/localed
923a60
 ExecStart=@rootlibexecdir@/systemd-localed
923a60
 BusName=org.freedesktop.locale1
923a60
 CapabilityBoundingSet=
923a60
-WatchdogSec=1min
923a60
+WatchdogSec=3min
923a60
 PrivateTmp=yes
923a60
 PrivateDevices=yes
923a60
 PrivateNetwork=yes
923a60
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in
923a60
index f087e99ce2..ff049134ee 100644
923a60
--- a/units/systemd-logind.service.in
923a60
+++ b/units/systemd-logind.service.in
923a60
@@ -24,7 +24,7 @@ Restart=always
923a60
 RestartSec=0
923a60
 BusName=org.freedesktop.login1
923a60
 CapabilityBoundingSet=CAP_SYS_ADMIN CAP_MAC_ADMIN CAP_AUDIT_CONTROL CAP_CHOWN CAP_KILL CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE CAP_FOWNER CAP_SYS_TTY_CONFIG
923a60
-WatchdogSec=1min
923a60
+WatchdogSec=3min
923a60
 
923a60
 # Increase the default a bit in order to allow many simultaneous
923a60
 # logins since we keep one fd open per session.
923a60
diff --git a/units/systemd-machined.service.in b/units/systemd-machined.service.in
923a60
index 15f34d9db7..35cde98698 100644
923a60
--- a/units/systemd-machined.service.in
923a60
+++ b/units/systemd-machined.service.in
923a60
@@ -16,7 +16,7 @@ After=machine.slice
923a60
 ExecStart=@rootlibexecdir@/systemd-machined
923a60
 BusName=org.freedesktop.machine1
923a60
 CapabilityBoundingSet=CAP_KILL CAP_SYS_PTRACE CAP_SYS_ADMIN CAP_SETGID CAP_SYS_CHROOT CAP_DAC_READ_SEARCH
923a60
-WatchdogSec=1min
923a60
+WatchdogSec=3min
923a60
 PrivateTmp=yes
923a60
 PrivateDevices=yes
923a60
 PrivateNetwork=yes
923a60
diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in
923a60
index 5a91b8e499..d3808c430d 100644
923a60
--- a/units/systemd-networkd.service.in
923a60
+++ b/units/systemd-networkd.service.in
923a60
@@ -25,7 +25,7 @@ ExecStart=@rootlibexecdir@/systemd-networkd
923a60
 CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW CAP_SETUID CAP_SETGID CAP_SETPCAP CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER
923a60
 ProtectSystem=full
923a60
 ProtectHome=yes
923a60
-WatchdogSec=1min
923a60
+WatchdogSec=3min
923a60
 
923a60
 [Install]
923a60
 WantedBy=multi-user.target
923a60
diff --git a/units/systemd-resolved.service.m4.in b/units/systemd-resolved.service.m4.in
923a60
index 98ae564af6..46864e6a33 100644
923a60
--- a/units/systemd-resolved.service.m4.in
923a60
+++ b/units/systemd-resolved.service.m4.in
923a60
@@ -25,7 +25,7 @@ ExecStart=@rootlibexecdir@/systemd-resolved
923a60
 CapabilityBoundingSet=CAP_SETUID CAP_SETGID CAP_SETPCAP CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER
923a60
 ProtectSystem=full
923a60
 ProtectHome=yes
923a60
-WatchdogSec=1min
923a60
+WatchdogSec=3min
923a60
 
923a60
 [Install]
923a60
 WantedBy=multi-user.target
923a60
diff --git a/units/systemd-timedated.service.in b/units/systemd-timedated.service.in
923a60
index fe5ccb4601..0c9599db20 100644
923a60
--- a/units/systemd-timedated.service.in
923a60
+++ b/units/systemd-timedated.service.in
923a60
@@ -14,7 +14,7 @@ Documentation=http://www.freedesktop.org/wiki/Software/systemd/timedated
923a60
 ExecStart=@rootlibexecdir@/systemd-timedated
923a60
 BusName=org.freedesktop.timedate1
923a60
 CapabilityBoundingSet=CAP_SYS_TIME
923a60
-WatchdogSec=1min
923a60
+WatchdogSec=3min
923a60
 PrivateTmp=yes
923a60
 ProtectSystem=yes
923a60
 ProtectHome=yes
923a60
diff --git a/units/systemd-timesyncd.service.in b/units/systemd-timesyncd.service.in
923a60
index 39edafc8d2..c7d1d2b4fd 100644
923a60
--- a/units/systemd-timesyncd.service.in
923a60
+++ b/units/systemd-timesyncd.service.in
923a60
@@ -27,7 +27,7 @@ PrivateTmp=yes
923a60
 PrivateDevices=yes
923a60
 ProtectSystem=full
923a60
 ProtectHome=yes
923a60
-WatchdogSec=1min
923a60
+WatchdogSec=3min
923a60
 
923a60
 [Install]
923a60
 WantedBy=sysinit.target