changed folder layout

This commit is contained in:
Nikolas Weger 2017-08-23 10:58:34 +02:00
parent 6a1f0cce72
commit baa2119b5f
15 changed files with 1619 additions and 0 deletions

View file

@ -0,0 +1,8 @@
cmds=(status show start stop reload restart enable disable daemon-reload)
for cmd in $cmds; do
alias sc-$cmd="sudo systemctl $cmd"
done
alias sc-enablenow="sc-enable --now"
alias sc-disablenow="sc-disable --now"