Debian: reboot

From OnnoCenterWiki
Jump to navigationJump 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'