add systemctl edit alias
parent
7f5e3877cb
commit
26c7445d62
|
@ -10,3 +10,4 @@ alias sdl="systemctl list-unit-files | grep"
|
||||||
alias sdle="systemctl list-unit-files | grep enabled"
|
alias sdle="systemctl list-unit-files | grep enabled"
|
||||||
alias sdpidu="systemctl show --property MainPID --value"
|
alias sdpidu="systemctl show --property MainPID --value"
|
||||||
alias sdmt="sudo systemctl list-units -t mount --all"
|
alias sdmt="sudo systemctl list-units -t mount --all"
|
||||||
|
alias sded="sudo systemctl edit"
|
||||||
|
|
Loading…
Reference in New Issue