Return integer value from serve command

This commit is contained in:
Chris Roberts 2022-06-29 16:11:53 -07:00
parent ced8f947f8
commit ffa10b4d85

View File

@ -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