chiark / gitweb /
units: so far we defaulted to 90s as default timeout for most things, let's do so...
authorLennart Poettering <lennart@poettering.net>
Mon, 2 Feb 2015 20:34:32 +0000 (21:34 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 2 Feb 2015 20:34:32 +0000 (21:34 +0100)
Fewer surprises, and stuff...

units/systemd-backlight@.service.in
units/systemd-journal-catalog-update.service.in
units/systemd-journal-flush.service.in

index 19d640bfb04fb5ab6b39ea8bfb6e01e2085b7676..5e6706c11c414a2958aced2a65ab5cdd824a57c4 100644 (file)
@@ -19,4 +19,4 @@ Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-backlight load %i
 ExecStop=@rootlibexecdir@/systemd-backlight save %i
-TimeoutSec=2min
+TimeoutSec=90s
index 9667310920b8d563132923fc0b0299e9d4cd1552..6370dd478f2abfa9bfdfa1ddcbfe783fcd665ddb 100644 (file)
@@ -18,4 +18,4 @@ ConditionNeedsUpdate=/etc
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootbindir@/journalctl --update-catalog
-TimeoutSec=2min
+TimeoutSec=90s
index 53a6f30cfd87e6bbcc2044f9bd7ee8dd31916a6a..a0a2e3fdb4150c1b23ddfe9d98dfd78061e73d42 100644 (file)
@@ -19,4 +19,4 @@ RequiresMountsFor=/var/log/journal
 ExecStart=@rootbindir@/journalctl --flush
 Type=oneshot
 RemainAfterExit=yes
-TimeoutSec=2min
+TimeoutSec=90s