2011-07-29 14:45:46 +00:00
|
|
|
## Path: Applications/quasselcore
|
|
|
|
## Description: Basic configuration for the quassel core daemon
|
|
|
|
|
|
|
|
## Type: ip
|
|
|
|
## Default "127.0.0.1"
|
|
|
|
## ServiceReload: quasselcore
|
|
|
|
#
|
|
|
|
# Interfaces the quassel core should listen on
|
|
|
|
#
|
2013-10-14 20:04:49 +00:00
|
|
|
QUASSELCORE_LISTEN="127.0.0.1"
|
2011-07-29 14:45:46 +00:00
|
|
|
|
|
|
|
|