
# set nice level here
NICELEVEL="+5"

# Use file as master configuration file instead of the default.
CONFIG="/etc/asterisk/asterisk.conf"

# set asterisk binary here
DAEMON="/usr/sbin/asterisk"

# Run as user asterisk instead of the calling user.
USER="asterisk"

# Run as group asterisk instead of the calling group.
GROUP="asterisk"

# set additional options here
OPTIONS=""

# these files and directories has to be owned by USER and GROUP
FIXUP="/var/spool/asterisk /var/log/asterisk /var/run/asterisk /var/lib/asterisk/astdb"

	