我要在windows server 2012 R2中运行游牧代理服务。
我使用了如下所示的sc.exe命令:
sc.exe create nomadservice binpath="nomad.exe agent -config=C:/nomad/client.hcl"这创建了一个服务,尽管它没有启动。我尝试将超时时间增加到60秒,但服务在启动时仍然卡住了,并且没有获得运行模式。
有谁能帮我一下吗?
发布于 2019-06-20 19:47:43
我已经通过http://nssm.cc/成功地运行了作为windows服务的游牧
看起来开发者还没有意识到windows平台的这个开箱即用的特性。
https://stackoverflow.com/questions/55626714
复制相似问题