Update aliases/available/systemd.aliases.bash

pull/1756/head
Artem Kovalov 2021-02-21 21:57:32 +01:00 committed by GitHub
parent 2b5cc50707
commit b38b7f4048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ case $OSTYPE in
alias scs='systemctl start'
alias scsu='systemctl --user start'
# Keeping previous aliases for a non-breaking change.
alias scue='systemctl --user stop'
alias scue='sceu'
alias scus='systemctl --user start'
alias scur='scdru'
;;