Improve autostart-manage script

This commit is contained in:
Tobias Reisinger 2022-12-16 21:46:19 +01:00
parent e45acae5b4
commit cf6ef78b67
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 24 additions and 6 deletions

View file

@ -6,5 +6,5 @@ case "$action" in
shutdown) systemctl poweroff -i ;;
reboot) systemctl reboot ;;
logout) systemctl --user exit ;;
autostart) autostart-manage start ;;
autostart) autostart-manage run ;;
*) ;; esac