mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
Include the latest systemctl commands
Based on systemd-233. I'm still keeping the old, now unsupported commands for backwards compatibility as well. Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
parent
fba44b9c50
commit
f33378f792
1 changed files with 28 additions and 0 deletions
|
|
@ -1,9 +1,14 @@
|
||||||
user_commands=(
|
user_commands=(
|
||||||
cat
|
cat
|
||||||
|
get-default
|
||||||
help
|
help
|
||||||
is-active
|
is-active
|
||||||
is-enabled
|
is-enabled
|
||||||
|
is-failed
|
||||||
|
is-system-running
|
||||||
|
list-dependencies
|
||||||
list-jobs
|
list-jobs
|
||||||
|
list-sockets
|
||||||
list-timers
|
list-timers
|
||||||
list-unit-files
|
list-unit-files
|
||||||
list-units
|
list-units
|
||||||
|
|
@ -12,23 +17,46 @@ user_commands=(
|
||||||
status)
|
status)
|
||||||
|
|
||||||
sudo_commands=(
|
sudo_commands=(
|
||||||
|
add-requires
|
||||||
|
add-wants
|
||||||
cancel
|
cancel
|
||||||
|
daemon-reexec
|
||||||
|
daemon-reload
|
||||||
|
default
|
||||||
disable
|
disable
|
||||||
edit
|
edit
|
||||||
|
emergency
|
||||||
enable
|
enable
|
||||||
|
halt
|
||||||
|
hibernate
|
||||||
|
hybrid-sleep
|
||||||
|
import-environment
|
||||||
isolate
|
isolate
|
||||||
|
kexec
|
||||||
kill
|
kill
|
||||||
link
|
link
|
||||||
|
list-machines
|
||||||
load
|
load
|
||||||
mask
|
mask
|
||||||
|
poweroff
|
||||||
preset
|
preset
|
||||||
|
preset-all
|
||||||
|
reboot
|
||||||
reenable
|
reenable
|
||||||
reload
|
reload
|
||||||
|
reload-or-restart
|
||||||
reset-failed
|
reset-failed
|
||||||
|
rescue
|
||||||
restart
|
restart
|
||||||
|
revert
|
||||||
|
set-default
|
||||||
set-environment
|
set-environment
|
||||||
|
set-property
|
||||||
start
|
start
|
||||||
stop
|
stop
|
||||||
|
suspend
|
||||||
|
switch-root
|
||||||
|
try-reload-or-restart
|
||||||
try-restart
|
try-restart
|
||||||
unmask
|
unmask
|
||||||
unset-environment)
|
unset-environment)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue