diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-28 01:49:39 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-28 02:19:55 +0100 |
commit | 3898b80d409ae16b049d46f883bf763417bb4c8a (patch) | |
tree | d4b5f7aa2c7aeed720aebd5fa094c86622079e4d /units/basic.target | |
parent | f189ab18de69d3dee81117d7925fb370cd038f0f (diff) |
units: define appropriate job timeout actions when boot or shutdown timeouts are hit
Using the new JobTimeoutAction= setting make sure we power off the
machine after basic.target is queued for longer than 15min but not
executed. Similar, if poweroff.target is queued for longer than 30min
but does not complete, forcibly turn off the system. Similar, if
reboot.target is queued for longer than 30min but does not complete,
forcibly reboot the system.
Diffstat (limited to 'units/basic.target')
-rw-r--r-- | units/basic.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/basic.target b/units/basic.target index b890d48bbc..228f62c4b1 100644 --- a/units/basic.target +++ b/units/basic.target @@ -11,3 +11,5 @@ Documentation=man:systemd.special(7) Requires=sysinit.target Wants=sockets.target timers.target paths.target slices.target After=sysinit.target sockets.target timers.target paths.target slices.target +JobTimeoutSec=15min +JobTimeoutAction=poweroff-force |