Do some cleanup and fixes
This commit is contained in:
parent
6c16a85be2
commit
028d3d7760
6 changed files with 5 additions and 17 deletions
.bin
|
@ -78,7 +78,7 @@ case $1 in
|
|||
show) _systemctl "$2" cat ;;
|
||||
edit) _systemctl "$2" edit --full ;;
|
||||
enable) _systemctl "$2" add-wants autostart.target ;;
|
||||
disable) _systemctl "$2" enable ;;
|
||||
disable) _systemctl "$2" disable ;;
|
||||
status) _systemctl "${2:-*}" status ;;
|
||||
start) systemctl --user start autostart.target ;;
|
||||
*) echo "'$1' is not valid" ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue