mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-21 18:03:41 +03: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
@ -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…
x
Reference in New Issue
Block a user