From b53374f99b619abd90a7c19d69d37a3298b084d5 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-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-hwdb-update.service.in | 1 + 1 file changed, 1 insertion(+) (limited to 'units/systemd-hwdb-update.service.in') diff --git a/units/systemd-hwdb-update.service.in b/units/systemd-hwdb-update.service.in index 791528e2b2..7135cff3d9 100644 --- a/units/systemd-hwdb-update.service.in +++ b/units/systemd-hwdb-update.service.in @@ -21,3 +21,4 @@ ConditionDirectoryNotEmpty=|/etc/udev/hwdb.d/ Type=oneshot RemainAfterExit=yes ExecStart=@rootbindir@/systemd-hwdb update +TimeoutSec=90s -- cgit v1.2.3-54-g00ecf