* debian/design.md: Move proposed location for wrapper scripts to /usr/share/patroni/

This commit is contained in:
Michael Banck 2018-10-22 18:26:10 +02:00
parent 0225eb54cd
commit ceebdde404

5
debian/design.md vendored
View file

@ -187,8 +187,9 @@ pg_createcluster $VERSION $CLUSTER && rm -rf $DATADIR && pg_basebackup --pgdata
exit $?
```
Those two scripts could be shipped in the `patroni` Debian package as e.g.
`/usr/bin/pg_createcluster_patroni` and `/usr/bin/pg_clonecluster_patroni`.
Those two scripts could be shipped in the `patroni` Debian package e.g. as
`/usr/share/patroni/pg_createcluster_patroni` and
`/usr/share/patroni/pg_clonecluster_patroni`.
Systemd services
----------------