README: Escape allowservicelogon tags (#114)

'allowservicelogon' in the note wasn't displaying due to the xml tags.
pull/71/head^2
Ryan Murphy 2016-05-29 06:10:14 -04:00 committed by Oleg Nenashev
parent 7d5db242a2
commit b58385be84
1 changed files with 1 additions and 1 deletions

View File

@ -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: