mirror of https://github.com/winsw/winsw
README: Escape allowservicelogon tags (#114)
'allowservicelogon' in the note wasn't displaying due to the xml tags.pull/71/head^2
parent
7d5db242a2
commit
b58385be84
|
@ -277,7 +277,7 @@ It is possible to specify the useraccount (and password) that the service will r
|
|||
<allowservicelogon>true</allowservicelogon>
|
||||
</serviceaccount>
|
||||
|
||||
The <allowservicelogon> is optional. If set to true, will automatically set the "Allow Log On As A Service" right to the listed account.
|
||||
The `<allowservicelogon>` is optional. If set to true, will automatically set the "Allow Log On As A Service" right to the listed account.
|
||||
|
||||
### Working directory
|
||||
Some services need to run with a working directory specified. To do this, specify a `<workingdirectory>` element like this:
|
||||
|
|
Loading…
Reference in New Issue