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") "Userspace Reboot")
systemctl soft-reboot systemctl soft-reboot
;; ;;
"Hibernate")
systemtcl hibernate
;;
"Nothing") ;& "Nothing") ;&
*) *)
exit 1 exit 1