Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > c3062ec90808454c979df5cf1cc430a5 > files > 9

initscripts-9.12-1.fc13.x86_64.rpm

# 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

exec /sbin/shutdown -r now "Control-Alt-Delete pressed"