source: projects/initscripts/tags/initscripts-8.91.3/init/control-alt-delete.conf @ 1108

Revision 1108, 260 bytes checked in by daisuke, 14 years ago (diff)

import initscripts-8.90.6 from internal cvs repository

Line 
1# control-alt-delete - emergency keypress handling
2#
3# This task is run whenever the Control-Alt-Delete key combination is
4# pressed.  Usually used to shut down the machine.
5
6start on control-alt-delete
7
8exec /sbin/shutdown -r now "Control-Alt-Delete pressed"
Note: See TracBrowser for help on using the repository browser.