Skip to content

Commit fc48e5a

Browse files
committed
keep running at closed virtual machine window
1 parent 1210039 commit fc48e5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Vagrantfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Vagrant.configure('2') do |config|
1313
config.vm.provider 'parallels' do |v, override|
1414
override.vm.box = 'parallels/ubuntu-12.04'
1515
override.vm.box_url = 'https://vagrantcloud.com/parallels/ubuntu-12.04'
16+
17+
# Can running at background, see https://github.com/Parallels/vagrant-parallels/issues/39
18+
v.customize ['set', :id, '--on-window-close', 'keep-running']
1619
end
1720

1821
config.vm.network :forwarded_port, guest: 3000, host: 3000

0 commit comments

Comments
 (0)