Viitor_upstart/etc/init/reboot.conf

12 lines
268 B
Plaintext
Raw Permalink Normal View History

description "Force a reboot after all daemons are down"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on ( runlevel [6] and ( stopped udev ))
script
echo "System reboot in progress..."
/sbin/reboot -f
end script