SHA256
1
0
forked from pool/quassel
quassel/sysconfig.quasselcore
Tomáš Chvátal 6cc0899984 Accepting request 606420 from home:markoschandras:branches:KDE:Extra
- 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
2018-05-11 11:22:53 +00:00

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"