]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed upstart shutdown job.
authorStefan Schantl <Stevee@ipfire.org>
Thu, 20 Aug 2009 13:01:19 +0000 (09:01 -0400)
committerStefan Schantl <Stevee@ipfire.org>
Thu, 20 Aug 2009 13:01:19 +0000 (09:01 -0400)
Sometimes, the system didnĀ“t power off itself. I fixed this.

src/initscripts/core/shutdown.conf

index f7711b46af07b186f078d710da8f1db4749a205c..a0a3bbfa5d071a97d55db8a89cf98fe2d94d5224 100644 (file)
@@ -7,5 +7,5 @@ task
 exec initctl emit --no-wait shutdown
 
 post-stop script
-       halt -p
+       poweroff -f
 end script