Shutdown and Reboot(systemd)

Shutdown and Reboot(systemd)

Content #

Doing the Ctrl+Alt+Del key sequence 7 times within 2 seconds will force the machine to do a reboot. (SIGINT section of the systemd man page)

Using Ctrl+Alt+Del to reboot a machine doesn’t require root privileges.

sudo systemctl poweroff

shutdown target is defined in the systemd executable file:

strings systemd | gerp 'shutdown.target'

From #