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)
|
||||
description: This service is a service created from a sample configuration
|
||||
executable: java
|
||||
#serviceaccount:
|
||||
#serviceAccount:
|
||||
# domain: YOURDOMAIN
|
||||
# user: useraccount
|
||||
# password: Pa55w0rd
|
||||
|
@ -23,7 +23,7 @@ executable: java
|
|||
# c:\cygwin\home\kohsuke\ws\hello-world\out\production\hello-world
|
||||
# test.Main
|
||||
#startArguments: start arguments
|
||||
#workingdirectory: C:\myApp\work
|
||||
#workingDirectory: C:\myApp\work
|
||||
priority: Normal
|
||||
stopTimeout: 15 sec
|
||||
stopParentProcessFirst: true
|
||||
|
@ -38,7 +38,7 @@ waitHint: 15 sec
|
|||
sleepTime: 1 sec
|
||||
#interactive: true
|
||||
log:
|
||||
# logpath: '%BASE%\logs'
|
||||
# logPath: '%BASE%\logs'
|
||||
mode: append
|
||||
#env:
|
||||
# -
|
||||
|
|
Loading…
Reference in New Issue