码迷,mamicode.com
首页 > 其他好文 > 详细

开机自启动相关程序

时间:2018-11-03 14:40:36      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:启动服务   script   conf   install   图片   \n   isp   uniq   自启   

 

软件下载:https://github.com/kohsuke/winsw/releases

第一步:重命名WinSW.NET2.exe/WinSW.NET4.exe 为您所需要的.exe文件,主要是方便生成服务名称。

如:如果您的windows服务器开机需要启动nginx,则您可以命名为:nginx-service.exe

第二步:重命名配置文件,官网提供sample-allOptions.xml 和 sample-minimal.xml,重命名为:nginx-service.xml

第三步:修改xml文件,

<configuration>
 
<!-- ID of the service. It should be unique accross the Windows system-->
<id>nginx</id>
<!-- Display name of the service -->
<name>nginx service</name>
<!-- Service description -->
<description>High Performance Nginx Service</description>
 
<!-- Path to the executable, which should be started -->
<executable>D:\nginx-1.14.0\nginx.exe</executable>

</configuration>
 
第四步:通过cmd命令,安装服务 D:\nginx-1.14.0\nginx-service.exe install
第五步:启动服务
技术分享图片

 

 

开机自启动相关程序

标签:启动服务   script   conf   install   图片   \n   isp   uniq   自启   

原文地址:https://www.cnblogs.com/eshinex/p/9900677.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!