Files to create the debian package

Patch by: Christian Kruse
This commit is contained in:
Jaime Casanova
2013-12-19 01:43:12 -05:00
parent 8e7b487838
commit 6693b99288
2 changed files with 62 additions and 0 deletions

14
debian/repmgr.repmgrd.default vendored Normal file
View File

@@ -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"