quassel/sysconfig.quasselcore

19 lines
415 B
Plaintext
Raw Normal View History

## 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
#
QUASSELCORE_LISTEN="127.0.0.1"
## Type: integer
## Default: 4242
## ServiceReload: quasselcore
#
# TCP port the quassel core should listen on
#
QUASSELCORE_PORT="4242"