Add hibernate option to menuquit

This commit is contained in:
ItsDrike 2024-02-05 23:24:42 +01:00
parent 2f9a4044ba
commit ecac51aadb
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -24,6 +24,9 @@ case "$action" in
"Userspace Reboot")
systemctl soft-reboot
;;
"Hibernate")
systemtcl hibernate
;;
"Nothing") ;&
*)
exit 1