summaryrefslogtreecommitdiff
path: root/units/systemd-journal-flush.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-02-02 21:34:32 +0100
committerLennart Poettering <lennart@poettering.net>2015-02-02 21:34:32 +0100
commit75f709fbf284041d951717cfb3bf6304db0fa7c9 (patch)
treea516d78c4273773522eb1405813bde2ded90bf57 /units/systemd-journal-flush.service.in
parent7a7d5db71f12ae6f3c055b88a85f6bc9305ea1c4 (diff)
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...
Diffstat (limited to 'units/systemd-journal-flush.service.in')
-rw-r--r--units/systemd-journal-flush.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-journal-flush.service.in b/units/systemd-journal-flush.service.in
index 53a6f30cf..a0a2e3fdb 100644
--- a/units/systemd-journal-flush.service.in
+++ b/units/systemd-journal-flush.service.in
@@ -19,4 +19,4 @@ RequiresMountsFor=/var/log/journal
ExecStart=@rootbindir@/journalctl --flush
Type=oneshot
RemainAfterExit=yes
-TimeoutSec=2min
+TimeoutSec=90s