mirror of
https://github.com/systemd/systemd
synced 2024-11-05 18:25:39 +00:00
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:
parent
7a7d5db71f
commit
75f709fbf2
3 changed files with 3 additions and 3 deletions
|
@ -19,4 +19,4 @@ Type=oneshot
|
|||
RemainAfterExit=yes
|
||||
ExecStart=@rootlibexecdir@/systemd-backlight load %i
|
||||
ExecStop=@rootlibexecdir@/systemd-backlight save %i
|
||||
TimeoutSec=2min
|
||||
TimeoutSec=90s
|
||||
|
|
|
@ -18,4 +18,4 @@ ConditionNeedsUpdate=/etc
|
|||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=@rootbindir@/journalctl --update-catalog
|
||||
TimeoutSec=2min
|
||||
TimeoutSec=90s
|
||||
|
|
|
@ -19,4 +19,4 @@ RequiresMountsFor=/var/log/journal
|
|||
ExecStart=@rootbindir@/journalctl --flush
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
TimeoutSec=2min
|
||||
TimeoutSec=90s
|
||||
|
|
Loading…
Reference in a new issue