Update aliases/available/systemd.aliases.bash

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

View File

@ -3,6 +3,7 @@ about-alias 'systemd service'
case $OSTYPE in
linux*)
# Improve aliases by bringing the common root `sc|scd` + `sre` for action + `u` for user
alias sc='systemctl'
alias scu='systemctl --user'
alias scdr='systemctl daemon-reload'