guests/linux: --no-wait on emit [GH-2564]
This commit is contained in:
parent
9cd9e6e55d
commit
d9dc2d6cfd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue