OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: ctrl+alt+del reboot

From: Miod Vallat (miodonline.fr)
Date: Tue Mar 06 2007 - 09:14:52 CST


> i know about that sysctl.conf i will just uncomment
> machdep.kbdreset=1 but it will halt the system or in rc.shutdown change
> powerdown to YES. but what i want is a reboot, not halt or powerdown.

Then add a reboot command (such as ``/sbin/shutdown -r now'') as the last
line of /etc/rc.powerdown.

Miod