mirror of https://github.com/winsw/winsw
Fix typos in yaml example
parent
acfe800e18
commit
49bec9a543
|
@ -2,7 +2,7 @@ id: myapp
|
||||||
name: MyApp Service (powered by WinSW)
|
name: MyApp Service (powered by WinSW)
|
||||||
description: This service is a service created from a sample configuration
|
description: This service is a service created from a sample configuration
|
||||||
executable: java
|
executable: java
|
||||||
#serviceaccount:
|
#serviceAccount:
|
||||||
# domain: YOURDOMAIN
|
# domain: YOURDOMAIN
|
||||||
# user: useraccount
|
# user: useraccount
|
||||||
# password: Pa55w0rd
|
# password: Pa55w0rd
|
||||||
|
@ -23,7 +23,7 @@ executable: java
|
||||||
# c:\cygwin\home\kohsuke\ws\hello-world\out\production\hello-world
|
# c:\cygwin\home\kohsuke\ws\hello-world\out\production\hello-world
|
||||||
# test.Main
|
# test.Main
|
||||||
#startArguments: start arguments
|
#startArguments: start arguments
|
||||||
#workingdirectory: C:\myApp\work
|
#workingDirectory: C:\myApp\work
|
||||||
priority: Normal
|
priority: Normal
|
||||||
stopTimeout: 15 sec
|
stopTimeout: 15 sec
|
||||||
stopParentProcessFirst: true
|
stopParentProcessFirst: true
|
||||||
|
@ -38,7 +38,7 @@ waitHint: 15 sec
|
||||||
sleepTime: 1 sec
|
sleepTime: 1 sec
|
||||||
#interactive: true
|
#interactive: true
|
||||||
log:
|
log:
|
||||||
# logpath: '%BASE%\logs'
|
# logPath: '%BASE%\logs'
|
||||||
mode: append
|
mode: append
|
||||||
#env:
|
#env:
|
||||||
# -
|
# -
|
||||||
|
@ -72,4 +72,4 @@ log:
|
||||||
# from: "https://example.com/some.dat"
|
# from: "https://example.com/some.dat"
|
||||||
# to: '%BASE%\some.dat'
|
# to: '%BASE%\some.dat'
|
||||||
# auth: sspi
|
# auth: sspi
|
||||||
#beepOnShutdown: true
|
#beepOnShutdown: true
|
||||||
|
|
Loading…
Reference in New Issue