aboutsummaryrefslogtreecommitdiff
path: root/subsonic-installer-rpm/src/etc/sysconfig/subsonic
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-installer-rpm/src/etc/sysconfig/subsonic')
-rw-r--r--subsonic-installer-rpm/src/etc/sysconfig/subsonic25
1 files changed, 25 insertions, 0 deletions
diff --git a/subsonic-installer-rpm/src/etc/sysconfig/subsonic b/subsonic-installer-rpm/src/etc/sysconfig/subsonic
new file mode 100644
index 00000000..b082bd6a
--- /dev/null
+++ b/subsonic-installer-rpm/src/etc/sysconfig/subsonic
@@ -0,0 +1,25 @@
+#
+# This is the configuration file for the Subsonic service
+# (/etc/init.d/subsonic)
+#
+# To change the startup parameters of Subsonic, modify
+# the SUBSONIC_ARGS variable below.
+#
+# Type "subsonic --help" on the command line to read an
+# explanation of the different options.
+#
+# For example, to specify that Subsonic should use port 80 (for http)
+# and 443 (for https), and use a Java memory heap size of 200 MB, use
+# the following:
+#
+# SUBSONIC_ARGS="--port=80 --https-port=443 --max-memory=200"
+
+SUBSONIC_ARGS="--max-memory=150"
+
+
+# The user which should run the Subsonic 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.
+
+SUBSONIC_USER=root