guests/linux: --no-wait on emit [GH-2564]

This commit is contained in:
Mitchell Hashimoto 2013-12-03 12:14:10 -08:00
parent 9cd9e6e55d
commit d9dc2d6cfd
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ module VagrantPlugins
# Emit an upstart event if we can
machine.communicate.sudo("[ -x /sbin/initctl ] && " +
"/sbin/initctl emit vagrant-mounted MOUNTPOINT=#{guestpath}")
"/sbin/initctl emit --no-wait vagrant-mounted MOUNTPOINT=#{guestpath}")
end
end
end