Viitor_upstart/etc/init/control-alt-delete.conf
kueller c90b7d0eb4 Events werden jetzt mit endung *.conf erstellt...
git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_upstart@5505 504e572c-2e33-0410-9681-be2bf7408885
2010-04-20 12:54:36 +00:00

10 lines
281 B
Plaintext

# control-alt-delete - emergency keypress handling
#
# This task is run whenever the Control-Alt-Delete key combination is
# pressed. Usually used to shut down the machine.
start on control-alt-delete
emit shutdown
exec /sbin/shutdown -t1 -a -r now "Control-Alt-Delete pressed"