summaryrefslogtreecommitdiff
blob: 1d7637092432fe03838316266053dbb789fef6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}"