shell-base/load/alias/systemd/root
David Kebler 0d4481e291 refactor: more new session loading to anything under "load" subirectory (by default) still can add additional loading directories as before.
refactor of debug module using BASH_DEBUG as filename in user shell suddirectory  logs/

improved bindfs and btrfs modules
2023-02-22 11:39:34 -08:00

12 lines
500 B
Text

alias sdst="sudo systemctl status"
alias sds="sudo systemctl start"
alias sdr="sudo systemctl restart"
alias sde="sudo systemctl enable"
alias sdstp="sudo systemctl stop"
alias sdd="sudo systemctl disable"
alias sdrld="sudo systemctl daemon-reload"
alias sdla="systemctl list-units | grep"
alias sdl="systemctl list-unit-files | grep"
alias sdle="systemctl list-unit-files | grep enabled"
alias sdpidu="systemctl show --property MainPID --value"
alias sdmt="sudo systemctl list-units -t mount --all"