Viitor_upstart/etc/init/halt.conf
kueller fb2d38cb57 Zusätzliche Scripte für den Systemshutdown unter upstart
git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_upstart@5507 504e572c-2e33-0410-9681-be2bf7408885
2010-04-20 12:59:43 +00:00

13 lines
265 B
Plaintext

description "halt system to poweroff"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on ( runlevel [0] and ( stopped udev ))
console output
script
echo "System reboot in progress..."
/sbin/halt -f -p
end script