Skip to content

Commit 4ffc1ae

Browse files
committed
[-] fix patroni config file name
1 parent 8a49538 commit 4ffc1ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/patroni_service.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
<name>Patroni HA Windows Service</name>
44
<description>Patroni high-availability solution using Python and etcd</description>
55
<executable>python.exe</executable>
6-
<arguments>%BASE%\patroni.py %BASE%\postgres.yml</arguments>
6+
<arguments>%BASE%\patroni.py %BASE%\patroni.yml</arguments>
77
<stopparentprocessfirst>true</stopparentprocessfirst>
88
<log mode="roll"></log>
99
<logpath>%BASE%\log</logpath>
1010
<serviceaccount>
1111
<user>postgres</user>
1212
<password>12345</password>
13+
<allowservicelogon>true</allowservicelogon>
1314
</serviceaccount>
1415
</service>

0 commit comments

Comments
 (0)