From 3898b80d409ae16b049d46f883bf763417bb4c8a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 28 Oct 2014 01:49:39 +0100 Subject: 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. --- units/reboot.target | 2 ++ 1 file changed, 2 insertions(+) (limited to 'units/reboot.target') diff --git a/units/reboot.target b/units/reboot.target index dec8f56796..668b98d9e4 100644 --- a/units/reboot.target +++ b/units/reboot.target @@ -12,6 +12,8 @@ DefaultDependencies=no Requires=systemd-reboot.service After=systemd-reboot.service AllowIsolate=yes +JobTimeoutSec=30min +JobTimeoutAction=reboot-force [Install] Alias=ctrl-alt-del.target -- cgit v1.2.3-54-g00ecf