added systemd aliases for restart and reload
This commit is contained in:
parent
9b1648e072
commit
61efc22735
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,8 @@ alias Ss="systemctl status --no-pager --full --lines=25"
|
||||||
alias SE="systemctl enable"
|
alias SE="systemctl enable"
|
||||||
alias SD="systemctl disable"
|
alias SD="systemctl disable"
|
||||||
alias SS="systemctl start"
|
alias SS="systemctl start"
|
||||||
|
alias SR="systemctl restart"
|
||||||
|
alias SL="systemctl reload"
|
||||||
alias SX="systemctl stop"
|
alias SX="systemctl stop"
|
||||||
alias uJu="journalctl --user --unit"
|
alias uJu="journalctl --user --unit"
|
||||||
alias uJue="journalctl --user --pager-end --unit"
|
alias uJue="journalctl --user --pager-end --unit"
|
||||||
|
@ -45,6 +47,8 @@ alias uSs="systemctl --user status --no-pager --full --lines=25"
|
||||||
alias uSE="systemctl --user enable"
|
alias uSE="systemctl --user enable"
|
||||||
alias uSD="systemctl --user disable"
|
alias uSD="systemctl --user disable"
|
||||||
alias uSS="systemctl --user start"
|
alias uSS="systemctl --user start"
|
||||||
|
alias uSR="systemctl --user restart"
|
||||||
|
alias uSL="systemctl --user reload"
|
||||||
alias uSX="systemctl --user stop"
|
alias uSX="systemctl --user stop"
|
||||||
|
|
||||||
# apparently this is the only way of setting GNU Screen to UTF-8
|
# apparently this is the only way of setting GNU Screen to UTF-8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue