aboutsummaryrefslogtreecommitdiffstats
path: root/testing/repmgr/repmgrd.initd
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-09-20 02:29:24 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-09-20 02:30:53 +0200
commit6331c4ac4c98464f6f1c8c9dd27967e4966ffd13 (patch)
tree2e70ed505ad7df2e196cfff0e18cc72bfde00066 /testing/repmgr/repmgrd.initd
parenta1c754060ae84bfa86044ff06ef6006b01c84f20 (diff)
testing/repmgr: fix runscript's depend(), remove rsync from depends
rsync is needed only in some cases
Diffstat (limited to 'testing/repmgr/repmgrd.initd')
-rw-r--r--testing/repmgr/repmgrd.initd5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/repmgr/repmgrd.initd b/testing/repmgr/repmgrd.initd
index 5adb5c45476..46ed23f7508 100644
--- a/testing/repmgr/repmgrd.initd
+++ b/testing/repmgr/repmgrd.initd
@@ -5,3 +5,8 @@ command_background="yes"
pidfile="/run/$RC_SVCNAME.pid"
start_stop_daemon_args="--user ${user:-postgres}"
+
+depend() {
+ need postgresql
+ use net logger
+}