home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / event.d / control-alt-delete next >
Encoding:
Text File  |  2007-03-11  |  260 b   |  9 lines

  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.  
  6. start on control-alt-delete
  7.  
  8. exec /sbin/shutdown -r now "Control-Alt-Delete pressed"
  9.