想要将Nomad Agent作为服务运行

时间:2019-04-11 07:17:18

标签: windows-services windows-server-2012-r2 nomad

我想在Windows Server 2012 R2中运行Nomad Agent服务。

我使用了sc.exe命令,如下所示:

sc.exe create nomadservice binpath="nomad.exe agent -config=C:/nomad/client.hcl"

这创建了一个服务,尽管它没有启动。我尝试将超时增加到60秒,但服务仍在启动时卡住,无法获取运行模式。

有人可以帮我吗?

1 个答案:

答案 0 :(得分:0)

我已经通过http://nssm.cc/

成功地将nomad作为Windows服务运行

貌似开发人员尚未意识到Windows平台开箱即用的功能。