From: Stefan Schantl Date: Thu, 20 Aug 2009 13:01:19 +0000 (-0400) Subject: Fixed upstart shutdown job. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f34453c1e24ce9ecaec76a8351fd85105511c2f;p=ipfire-3.x.git Fixed upstart shutdown job. Sometimes, the system didn“t power off itself. I fixed this. --- diff --git a/src/initscripts/core/shutdown.conf b/src/initscripts/core/shutdown.conf index f7711b46a..a0a3bbfa5 100644 --- a/src/initscripts/core/shutdown.conf +++ b/src/initscripts/core/shutdown.conf @@ -7,5 +7,5 @@ task exec initctl emit --no-wait shutdown post-stop script - halt -p + poweroff -f end script