NSSM-将服务变为window service
Posted xiaoping1993
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NSSM-将服务变为window service相关的知识,希望对你有一定的参考价值。
使用NSSM将Logstash安装为Windows服务
下载NSSM:http://www.nssm.cc/download
将NSSM解压,eg:E盘,进入到E:
ssm-2.24win64 ,执行cmd
nssm install logstash,【nssm install <服务名> 例如:nssm install Elasticsearch(自定义服务名)】 弹出如下界面
Path: 填写启动文件路径(${LOGSTASH_HOME}inxxx.bat)
Startup directory : 填写启动文件目录(${LOGSTASH_HOME}in)
Detail : 填写服务名称
Dependencies : 填写此服务启动需要依赖哪个服务(一般配置为要先启动elasticsearch,再启动logstash)
以上是关于NSSM-将服务变为window service的主要内容,如果未能解决你的问题,请参考以下文章
使用nssm将命令行启动的应用程序(.exe,.bat等)注册成windows后台服务