Commit 2d8cfaf2 authored by jinliang's avatar jinliang

fix 3proxy windows issue with nssm

parent 94df3d53
......@@ -65,8 +65,7 @@ public class AliEcsRemoteClient {
+ "echo flush >> C:\\3proxy-0.9.4-x64\\bin64\\3proxy.cfg \n"
+ "rem Install 3proxy service with the specified configuration file \n"
+ "C:\3proxy-0.9.4-x64\bin64\3proxy.exe --install C:\3proxy-0.9.4-x64\bin64\3proxy.cfg \n"
+ "C:\\nssm-2.24\\win64\\nssm.exe install 3proxy C:\\3proxy-0.9.4-x64\\bin64\\3proxy.exe C:\\3proxy-0.9.4-x64\\bin64\\3proxy.cfg \n"
+ "rem Start the 3proxy service \n"
+ "net start 3proxy \n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment