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.
25 lines
875 B
25 lines
875 B
#
|
|
# This is the configuration file for the Libresonic service
|
|
# (/etc/init.d/libresonic)
|
|
#
|
|
# To change the startup parameters of Libresonic, modify
|
|
# the LIBRESONIC_ARGS variable below.
|
|
#
|
|
# Type "/usr/share/libresonic/libresonic.sh --help" on the command line to read an
|
|
# explanation of the different options.
|
|
#
|
|
# For example, to specify that Libresonic should use port 80 (for http)
|
|
# and 443 (for https), and use a Java memory heap size of 200 MB, use
|
|
# the following:
|
|
#
|
|
# LIBRESONIC_ARGS="--port=80 --https-port=443 --max-memory=200"
|
|
|
|
LIBRESONIC_ARGS="--max-memory=150"
|
|
|
|
|
|
# The user which should run the Libresonic process. Default "root".
|
|
# Note that non-root users are by default not allowed to use ports
|
|
# below 1024. Also make sure to grant the user write permissions in
|
|
# the music directories, otherwise changing album art and tags will fail.
|
|
|
|
LIBRESONIC_USER=root
|
|
|