summaryrefslogtreecommitdiff
path: root/units/systemd-backlight@.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-backlight@.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-backlight@.service.in')
-rw-r--r--units/systemd-backlight@.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-backlight@.service.in b/units/systemd-backlight@.service.in
index 19d640bfb0..5e6706c11c 100644
--- a/units/systemd-backlight@.service.in
+++ b/units/systemd-backlight@.service.in
@@ -19,4 +19,4 @@ Type=oneshot
RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-backlight load %i
ExecStop=@rootlibexecdir@/systemd-backlight save %i
-TimeoutSec=2min
+TimeoutSec=90s