diff options
Diffstat (limited to 'testing/repmgr/repmgrd.initd')
-rw-r--r-- | testing/repmgr/repmgrd.initd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/repmgr/repmgrd.initd b/testing/repmgr/repmgrd.initd index 5adb5c4547..46ed23f750 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 +} |