aboutsummaryrefslogtreecommitdiffstats
path: root/community/quassel/quasselcore.confd
blob: f912756a2bcebdacb8bd9ce11023117bfcd750d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Loglevel Debug|Info|Warning|Error. Default is: Info
# The logfile is located at /var/log/quassel.log.
#LOGLEVEL="Info"

# The address(es) quasselcore will listen on. Default is 0.0.0.0
#LISTEN="0.0.0.0"

# Specify the network service that corresponds to the "bind" setting
# in your configuration file. For example, if you bind to 127.0.0.1,
# this should be set to "loopback" which provides the loopback interface.
rc_need="loopback"

# The port quasselcore will listen at. Default is: 4242
#PORT="4242"

# User we want our daemon to run under.
#USER="quassel"

# Group we want our daemon to run under.
#GROUP="quassel"

# Directory we store all quasselcore content.
#CONFIGDIR="/var/lib/quassel"

# File quasselcore will log all its events into.
#LOGFILE="/var/log/quassel.log"