From 58f2fab16da947052756b7f9ace40f6ee7fa1519 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 6 Nov 2014 08:15:48 -0500 Subject: units: restore job timeouts for poweroff and reboot It seems that there actually aren't any long running tasks which are performed at shutdown. If it turns out that there actually are, this should be revisited. This reverts most of commit 038193efa6. --- units/poweroff.target | 2 ++ 1 file changed, 2 insertions(+) (limited to 'units/poweroff.target') diff --git a/units/poweroff.target b/units/poweroff.target index 71871033a5..dd92d816ca 100644 --- a/units/poweroff.target +++ b/units/poweroff.target @@ -12,6 +12,8 @@ DefaultDependencies=no Requires=systemd-poweroff.service After=systemd-poweroff.service AllowIsolate=yes +JobTimeoutSec=30min +JobTimeoutAction=poweroff-force [Install] Alias=ctrl-alt-del.target -- cgit v1.2.3-54-g00ecf