aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx5
1 files changed, 5 insertions, 0 deletions
diff --git a/kvmx b/kvmx
index 4a347c2..6b894f7 100755
--- a/kvmx
+++ b/kvmx
@@ -283,6 +283,11 @@ function kvmx_poweroff {
kvmx_status
}
+# Alias for poweroff
+function kvmx_down {
+ kvmx_poweroff
+}
+
# Reboot the guest
function kvmx_reboot {
if ! kvmx_running; then