Merge pull request #369 from NextTurn/samples

Fix configuration samples
pull/373/head
Oleg Nenashev 2020-01-22 17:05:05 +01:00 committed by GitHub
commit 48d4722b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>