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, 0 insertions, 8 deletions
diff --git a/init/control-alt-delete.conf b/init/control-alt-delete.conf
deleted file mode 100644
index 35cb1305..00000000
--- a/init/control-alt-delete.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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"