File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 <name >etcd</name >
44 <description >Distributed reliable key-value store</description >
55 <executable >%BASE%\etcd.exe</executable >
6- <arguments >--config-file=%BASE%\etcd.conf </arguments >
6+ <arguments >--config-file=%BASE%\etcd.yaml </arguments >
77 <logpath >%BASE%\log</logpath >
88 <onfailure action =" restart" />
99</service >
Original file line number Diff line number Diff line change 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%\patroni.yml </arguments >
6+ <arguments >%BASE%\patroni.py %BASE%\patroni.yaml </arguments >
77 <stopparentprocessfirst >true</stopparentprocessfirst >
88 <log mode =" roll" ></log >
99 <logpath >%BASE%\log</logpath >
Original file line number Diff line number Diff line change 33 <name >vip-manager</name >
44 <description >Manager for a virtual IP based on state kept in etcd or Consul </description >
55 <executable >%BASE%\vip-manager.exe</executable >
6- <arguments >-config %BASE%\vip-manager.yml </arguments >
6+ <arguments >-config %BASE%\vip-manager.yaml </arguments >
77 <logpath >%BASE%\log</logpath >
88</service >
You can’t perform that action at this time.
0 commit comments