diff options
-rwxr-xr-x | kvmx | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -493,6 +493,11 @@ function kvmx_down { kvmx_poweroff } +# Alias for poweroff +function kvmx_halt { + kvmx_poweroff +} + # Hibernate function kvmx_hibernate { if ! kvmx_running; then |