You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--
Copyright (c) 2016 Oleg Nenashev and other contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--><!--
This is an example of a minimal Windows Service Wrapper configuration, which includes only mandatiory options.
This configuration file should be placed near the WinSW executable, the name should be the same.
E.g. for myapp.exe the configuration file name should be myapp.xml
You can find more information about the configuration options here: https://github.com/kohsuke/winsw/blob/master/doc/xmlConfigFile.md
Full example: https://github.com/kohsuke/winsw/blob/sample-config-file/examples/allOptions.xml
--><configuration><!-- ID of the service. It should be unique accross the Windows system--><id>IntelliJIDEALicenseServer</id><!-- Display name of the service --><name>IntelliJIDEALicenseServer</name><!-- Service description --><description>IntelliJIDEALicenseServer</description><!-- Path to the executable, which should be started --><executable>D:\IntelliJIDEALicenseServer\IntelliJIDEALicenseServer_windows_amd64.exe</executable><startmode>Automatic</startmode></configuration>
https://github.com/kohsuke/winsw
将
IntelliJIDEALicenseServer_windows_amd64.exe
注册为windows系统服务下载
winsw.exe
文件,确保winsw.exe
和IntelliJIDEALicenseServer_windows_amd64.exe
位于同一目录创建
winsw.xml
文件,确保文件名和winsw.exe
名称一致且位于同一目录,其文件内容为winsw.xml
最后在命令行执行
注册服务
卸载服务
winsw.exe help
查看帮助
winsw.zip
The text was updated successfully, but these errors were encountered: