mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Return integer value from serve command
This commit is contained in:
parent
ced8f947f8
commit
ffa10b4d85
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ module VagrantPlugins
|
|||
STDOUT.flush
|
||||
logger.info("Vagrant GRPC service is now running addr=#{bind_addr.inspect} port=#{port.inspect}")
|
||||
s.run_till_terminated_or_interrupted([1, 'int', 'SIGQUIT', 'SIGINT'])
|
||||
1
|
||||
ensure
|
||||
logger.info("Vagrant GRPC service is shutting down")
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue