Fix vserver ... stop --rescue-init.
[util-vserver.git] / scripts / vserver-build.functions
index 4993c5c..3e2b4f9 100644 (file)
@@ -282,5 +282,5 @@ function startSleepingGuest
 function stopSleepingGuest
 {
     local guest="$1"
-    $_VKILL --xid "$guest" -s INT -- 1
+    $_VSERVER "$guest" stop --rescue-init
 }