Add systemd daemon-reload alias

This commit is contained in:
Robert Bittle 2017-08-23 11:25:21 -04:00
parent d848c94804
commit 3134bbd76c
No known key found for this signature in database
GPG Key ID: 3F40BD9637DB2636

View File

@ -6,7 +6,7 @@ sudo_commands=(
start stop reload restart try-restart isolate kill
reset-failed enable disable reenable preset mask unmask
link load cancel set-environment unset-environment
edit)
edit daemon-reload)
for c in $user_commands; do; alias sc-$c="systemctl $c"; done
for c in $sudo_commands; do; alias sc-$c="sudo systemctl $c"; done