in libraries/service.rb [32:37]
def restart return unless service_exist?(@install_dir) vsts_service 'stop' vsts_service 'start' end