2 list-units is-active status show
help list-unit-files
3 is-enabled list-jobs show-environment
)
6 start stop reload restart try-restart isolate
kill
7 reset-failed
enable disable reenable preset mask unmask
8 link load cancel set-environment unset-environment
)
10 for c
in $user_commands; do; alias sc-
$c="systemctl $c"; done
11 for c
in $sudo_commands; do; alias sc-
$c="sudo systemctl $c"; done