Improve configs
This commit is contained in:
parent
f3e91cd9dc
commit
6c16a85be2
8 changed files with 10 additions and 7 deletions
.bin
|
@ -79,6 +79,7 @@ case $1 in
|
|||
edit) _systemctl "$2" edit --full ;;
|
||||
enable) _systemctl "$2" add-wants autostart.target ;;
|
||||
disable) _systemctl "$2" enable ;;
|
||||
status) _systemctl "${2:-*}" status ;;
|
||||
start) systemctl --user start autostart.target ;;
|
||||
*) echo "'$1' is not valid" ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue