[root@station1 Documents]# vim /etc/init/control-alt-delete.conf
# 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 ------> comment these two lines
#exec /sbin/shutdown -r now "Control-Alt-Delete pressed"
# 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 ------> comment these two lines
#exec /sbin/shutdown -r now "Control-Alt-Delete pressed"
No comments:
Post a Comment