aboutsummaryrefslogtreecommitdiffstats
path: root/testing/repmgr/repmgrd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/repmgr/repmgrd.initd')
-rw-r--r--testing/repmgr/repmgrd.initd12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/repmgr/repmgrd.initd b/testing/repmgr/repmgrd.initd
deleted file mode 100644
index 46ed23f750..0000000000
--- a/testing/repmgr/repmgrd.initd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/sbin/openrc-run
-
-command="/usr/bin/repmgrd"
-command_background="yes"
-
-pidfile="/run/$RC_SVCNAME.pid"
-start_stop_daemon_args="--user ${user:-postgres}"
-
-depend() {
- need postgresql
- use net logger
-}