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.
function slp() {
systemctl suspend
systemctl suspend -i
}
# Poweroff.
function bye() {
poweroff
systemctl poweroff -i
}