units: so far we defaulted to 90s as default timeout for most things, let's do so for our oneshot services too

Fewer surprises, and stuff...
This commit is contained in:
Lennart Poettering 2015-02-02 21:34:32 +01:00
parent 7a7d5db71f
commit 75f709fbf2
3 changed files with 3 additions and 3 deletions

View 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

View file

@ -18,4 +18,4 @@ ConditionNeedsUpdate=/etc
Type=oneshot
RemainAfterExit=yes
ExecStart=@rootbindir@/journalctl --update-catalog
TimeoutSec=2min
TimeoutSec=90s

View file

@ -19,4 +19,4 @@ RequiresMountsFor=/var/log/journal
ExecStart=@rootbindir@/journalctl --flush
Type=oneshot
RemainAfterExit=yes
TimeoutSec=2min
TimeoutSec=90s