aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx5
1 files changed, 5 insertions, 0 deletions
diff --git a/kvmx b/kvmx
index c2e7763..82c43fa 100755
--- a/kvmx
+++ b/kvmx
@@ -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