Improve autostart-manage script
This commit is contained in:
parent
e45acae5b4
commit
cf6ef78b67
4 changed files with 24 additions and 6 deletions
.bin
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue