vim /etc/init.d/nginx 1 #!/bin/bash 2 # nginx Startup script for the Nginx HTTP Server 3 # it is v.0.0.2 version. 4 # chkconfig: 2345 30 30 5 # description: Nginx is a high-performance web and proxy server. 6 # It has a lot of featu…
1.WindowsServiceWrapper(WinSW) Github:https://github.com/kohsuke/winsw/ 下载地址:http://repo.jenkins-ci.org/releases/com/sun/winsw/winsw/ 介绍:A wrapper executable that can be used to host any executable as an Windows service, in a liberal license (一个可执行文件…