mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-06-01 03:39:05 +00:00
Files to create the debian package
Patch by: Christian Kruse
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
# default settings for repmgrd. This file is source by /bin/sh from
|
||||
# /etc/init.d/repmgrd
|
||||
|
||||
# Options for repmgrd
|
||||
REPMGRD_OPTS=""
|
||||
|
||||
# repmgrd binary
|
||||
REPMGR_BIN="/usr/bin/repmgr"
|
||||
|
||||
# pid file
|
||||
REPMGR_PIDFILE="/var/run/repmgrd.pid"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user