Power : Ignore root for suspend.

This commit is contained in:
Dmitry Voronin 2024-04-03 16:11:49 +03:00
parent 1082ba16aa
commit 96f0d62e01

View file

@ -1,9 +1,9 @@
# Suspend system. # Suspend system.
function slp() { function slp() {
systemctl suspend systemctl suspend -i
} }
# Poweroff. # Poweroff.
function bye() { function bye() {
poweroff systemctl poweroff -i
} }