Fix configuration samples

pull/369/head
NextTurn 2019-01-13 00:00:00 +08:00
parent 33da176920
commit 1cb7399b2b
No known key found for this signature in database
GPG Key ID: 17A0D50ADDE1A0C4
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
You can find more information about configuration options here: https://github.com/kohsuke/winsw/blob/master/doc/xmlConfigFile.md
-->
<configuration>
<service>
<!--
SECTION: Mandatory options
@ -307,4 +307,4 @@ More info is available here: https://github.com/kohsuke/winsw/blob/master/doc/ex
</extensions>
-->
</configuration>
</service>

View File

@ -24,9 +24,9 @@
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
Full example: https://github.com/kohsuke/winsw/blob/master/examples/sample-allOptions.xml
-->
<configuration>
<service>
<!-- ID of the service. It should be unique across the Windows system-->
<id>myapp</id>
@ -38,4 +38,4 @@
<!-- Path to the executable, which should be started -->
<executable>%BASE%\myExecutable.exe</executable>
</configuration>
</service>