Debian: reboot
Jump to navigation
Jump to search
systemctl reboot systemctl poweroff
As 'root' -> Edit /root/.bashrc
Add to the end of the file:
alias reboot='systemctl reboot' alias poweroff='systemctl poweroff'