summaryrefslogtreecommitdiff
path: root/units/systemd-modules-load.service.in
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-04-16 21:41:18 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-04-28 08:52:17 -0400
commitb53374f99b619abd90a7c19d69d37a3298b084d5 (patch)
treed88887a7612fdc1de6030b2df2e2bf67b990d3a7 /units/systemd-modules-load.service.in
parentea35a386133b7998e9419a666c36bf38433c4b5c (diff)
downloadsystemd-b53374f99b619abd90a7c19d69d37a3298b084d5.tar.gz
units: specify timeouts for more oneshot services
Even trivial service occasionally get stuck, for example when there's a problem with the journal. There's nothing more annoying that looking at the cylon eye for a job with an infinite timeout. Use standard 90s for jobs that do some work, and 30s for those which should be almost instantenous.
Diffstat (limited to 'units/systemd-modules-load.service.in')
-rw-r--r--units/systemd-modules-load.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-modules-load.service.in b/units/systemd-modules-load.service.in
index 040a0febe8..9de6d31349 100644
--- a/units/systemd-modules-load.service.in
+++ b/units/systemd-modules-load.service.in
@@ -24,3 +24,4 @@ ConditionKernelCommandLine=|rd.modules-load
Type=oneshot
RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-modules-load
+TimeoutSec=90s