summaryrefslogtreecommitdiff
path: root/units/systemd-networkd.service.m4.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-09-23 17:27:39 +0200
committerLennart Poettering <lennart@poettering.net>2015-09-29 21:55:51 +0200
commitc2fc2c2560f0ca0fab383753c065e45d76f465e5 (patch)
tree0e4e507880e462f02823df484a6210088095dd0f /units/systemd-networkd.service.m4.in
parent31021ba0853d40ffdd8fdcd6611bddd4419a7357 (diff)
downloadsystemd-c2fc2c2560f0ca0fab383753c065e45d76f465e5.tar.gz
units: increase watchdog timeout to 3min for all our services
Apparently, disk IO issues are more frequent than we hope, and 1min waiting for disk IO happens, so let's increase the watchdog timeout a bit, for all our services. See #1353 for an example where this triggers.
Diffstat (limited to 'units/systemd-networkd.service.m4.in')
-rw-r--r--units/systemd-networkd.service.m4.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-networkd.service.m4.in b/units/systemd-networkd.service.m4.in
index 35be713ade..27d4d58962 100644
--- a/units/systemd-networkd.service.m4.in
+++ b/units/systemd-networkd.service.m4.in
@@ -30,7 +30,7 @@ ExecStart=@rootlibexecdir@/systemd-networkd
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
ProtectSystem=full
ProtectHome=yes
-WatchdogSec=1min
+WatchdogSec=3min
[Install]
WantedBy=multi-user.target