shell-completion/zsh/systemctl: add soft-reboot

Make zsh shell-completion aware of soft-reboot.
This commit is contained in:
Christian Hesse 2023-07-07 13:49:11 +02:00
parent 555737878f
commit 050d6d711a

View file

@ -97,6 +97,7 @@
"suspend:Suspend the system"
"poweroff:Shut down and power-off the system"
"reboot:Shut down and reboot the system"
"soft-reboot:Shut down and reboot the userspace"
"kexec:Shut down and reboot the system with kexec"
"exit:Ask for user instance termination"
"switch-root:Change root directory"