# This is a configuration file for /etc/init.d/teamspeak-server
# It allows you to # perform common modifications to the behavior of the
# teamspeak-server daemon startup without editing the init script.

# Whether or not to run the teamspeak-server daemon; set to 0 to disable.
ENABLED=1

#
# All the setting below should not be modified unless you know what you do !
#

# Path to the configuration file
CONF=/etc/teamspeak-server/server.ini

# Path to the log file
LOG=/var/log/teamspeak-server.log

# Path to the sqlite database file
SQLDB=/var/lib/teamspeak-server/sqlite.db

# Path to the SQL skeletons used to create the initial database
SQLSKEL=/usr/share/teamspeak-server/sql/sqlite/

# Path to the file containing bad names
BADNAMES=/var/lib/teamspeak-server/badnames

# Path to the HTML stuff used by Web-admin interface
HTTPDOCS=/usr/share/teamspeak-server/httpdocs/

# Path to the scripts required by TCPqueries
TCPQUERYDOCS=/usr/share/teamspeak-server/tcpquerydocs/
