You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/debian/sems.default

35 lines
751 B

# configuration for SEMS - SIP Express Media Server
#
# this file is sourced by SEMS init script /etc/init.d/sems
# Note: the #DEBCONF-xxx-START and DEBCONF-xxx-END lines are used for
# debconf configuration, please don't remove or alter them.
# ser configuration file
#DEBCONF-CFG_FILE-START
SEMS_CFG_FILE="/etc/sems/sems.conf"
#DEBCONF-CFG_FILE-END
# user to run ser as
#DEBCONF-USER-START
SEMS_USER="sems"
#DEBCONF-USER-END
# group to run ser as
#DEBCONF-GROUP-START
SEMS_GROUP="sems"
#DEBCONF-GROUP-END
# ser pidfile
SEMS_PIDFILE="/var/run/sems/sems.pid"
# set if you want to create core files
#DEBCONF-CREATE_CORE-START
SEMS_CREATE_CORE="yes"
#DEBCONF-CREATE_CORE-END
#DEBCONF-COREDIR-START
SEMS_COREDIR="/var/cores"
#DEBCONF-COREDIR-END