mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-03 14:00:15 -04:00
guests/linux: --no-wait on emit [GH-2564]
This commit is contained in:
parent
9cd9e6e55d
commit
d9dc2d6cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue