We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a49538 commit 4ffc1aeCopy full SHA for 4ffc1ae
src/patroni_service.xml
@@ -3,12 +3,13 @@
3
<name>Patroni HA Windows Service</name>
4
<description>Patroni high-availability solution using Python and etcd</description>
5
<executable>python.exe</executable>
6
- <arguments>%BASE%\patroni.py %BASE%\postgres.yml</arguments>
+ <arguments>%BASE%\patroni.py %BASE%\patroni.yml</arguments>
7
<stopparentprocessfirst>true</stopparentprocessfirst>
8
<log mode="roll"></log>
9
<logpath>%BASE%\log</logpath>
10
<serviceaccount>
11
<user>postgres</user>
12
<password>12345</password>
13
+ <allowservicelogon>true</allowservicelogon>
14
</serviceaccount>
15
</service>
0 commit comments