From d8a8dbaa9bd755749ec80f0a60c8306b7144c673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Bog=C3=A1r?= Date: Tue, 19 Nov 2013 22:24:36 +0000 Subject: [PATCH] fix long waiting time with centos 6.4 containers on ubuntu 13.10 host --- lib/vagrant-lxc/driver/cli.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vagrant-lxc/driver/cli.rb b/lib/vagrant-lxc/driver/cli.rb index dde4864..7f08c4e 100644 --- a/lib/vagrant-lxc/driver/cli.rb +++ b/lib/vagrant-lxc/driver/cli.rb @@ -69,6 +69,7 @@ module Vagrant end def stop + attach '/sbin/halt' run :stop, '--name', @name end