summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sip-router/files/ser.confd')
-rw-r--r--sip-router/files/ser.confd16
1 files changed, 16 insertions, 0 deletions
diff --git a/sip-router/files/ser.confd b/sip-router/files/ser.confd
new file mode 100644
index 0000000..1d76370
--- /dev/null
+++ b/sip-router/files/ser.confd
@@ -0,0 +1,16 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Additional options to start Sip-Router with.
+#
+# see "sip-router -h" for a list of options
+#
+# default: run SER as user:group = ser:ser
+#
+MAIN_NAME="sip-router"
+SR_USER="sip-router"
+SR_GROUP="sip-router"
+CONFIGFILE="${CONFIGFILE:-/etc/${MAIN_NAME}/sip-router.cfg}"
+CONFIGDEFS="" # eg: "-A WITH_DEBUG -A WITH_NAT -A WITH_TLS"
+SR_OPTS="-u $SR_USER -g $SR_GROUP -f ${CONFIGFILE} ${CONFIGDEFS}"