aboutsummaryrefslogtreecommitdiffstats
path: root/init/control-alt-delete.conf
diff options
context:
space:
mode:
Diffstat (limited to 'init/control-alt-delete.conf')
-rw-r--r--init/control-alt-delete.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/init/control-alt-delete.conf b/init/control-alt-delete.conf
new file mode 100644
index 00000000..35cb1305
--- /dev/null
+++ b/init/control-alt-delete.conf
@@ -0,0 +1,8 @@
+# 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"