Update aliases/available/systemd.aliases.bash

pull/1756/head
Artem Kovalov 2021-01-10 22:19:04 +01:00 committed by GitHub
parent ed0c84ff97
commit c11e524e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -13,5 +13,11 @@ case $OSTYPE in
alias sceu='systemctl --user stop'
alias scs='systemctl start'
alias scsu='systemctl --user start'
# Keeping previous aliases for a non-braking change.
alias scue='systemctl --user stop'
alias scus='systemctl --user start'
alias scr='systemctl daemon-reload'
alias scur='systemctl --user daemon-reload'
;;
esac