From b53374f99b619abd90a7c19d69d37a3298b084d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 16 Apr 2015 21:41:18 -0400 Subject: 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. --- units/systemd-modules-load.service.in | 1 + 1 file changed, 1 insertion(+) (limited to 'units/systemd-modules-load.service.in') 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 -- cgit v1.2.3