You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/mwlib/files/nserve.confd

21 lines
609 B

# The port on which the mw-qserve service is listening
MW_QSERVE_PORT=14311
# The interface on which the mw-qserve is listening (for example: 127.0.0.1)
MW_QSERVE_INTERFACE="127.0.0.1"
# The port to listen to
NSERVE_PORT=8899
# The interface to listen to (for example: 127.0.0.1)
NSERVE_INTERFACE="127.0.0.1"
# The user running the nserve service, defaults to 'mwlib'
# NSERVE_USER="mwlib"
# The group running the nserve service, defaults to 'mwlib'
# NSERVE_GROUP="mwlib"
# The logfile collecting all output from stdout and stderr, comment out for no logging
NSERVE_LOGFILE="/var/log/mwlib/nserve.log"