forked from pool/quassel
- Add new QUASSELCORE_PORT sysconfig variable to allow users to change the default Quassel Core TCP port. OBS-URL: https://build.opensuse.org/request/show/606420 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/quassel?expand=0&rev=62
19 lines
415 B
Plaintext
19 lines
415 B
Plaintext
## 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"
|