mirror of https://github.com/winsw/winsw
Correct spelling
parent
cb8553b5c0
commit
ee400e767c
|
@ -18,7 +18,7 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
This is an example of a minimal Windows Service Wrapper configuration, which includes only mandatiory options.
|
This is an example of a minimal Windows Service Wrapper configuration, which includes only mandatory options.
|
||||||
|
|
||||||
This configuration file should be placed near the WinSW executable, the name should be the same.
|
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
|
E.g. for myapp.exe the configuration file name should be myapp.xml
|
||||||
|
@ -28,12 +28,12 @@
|
||||||
-->
|
-->
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|
||||||
<!-- ID of the service. It should be unique accross the Windows system-->
|
<!-- ID of the service. It should be unique across the Windows system-->
|
||||||
<id>myapp</id>
|
<id>myapp</id>
|
||||||
<!-- Display name of the service -->
|
<!-- Display name of the service -->
|
||||||
<name>MyApp Service (powered by WinSW)</name>
|
<name>MyApp Service (powered by WinSW)</name>
|
||||||
<!-- Service description -->
|
<!-- Service description -->
|
||||||
<description>This service is a service cratead from a minimal configuration</description>
|
<description>This service is a service created from a minimal configuration</description>
|
||||||
|
|
||||||
<!-- Path to the executable, which should be started -->
|
<!-- Path to the executable, which should be started -->
|
||||||
<executable>%BASE%\myExecutable.exe</executable>
|
<executable>%BASE%\myExecutable.exe</executable>
|
||||||
|
|
Loading…
Reference in New Issue