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