jardell:/var/log/apache2 # systemctl start subsonic
jardell:/var/log/apache2 # systemctl status subsonic
● subsonic.service - LSB: Subsonic daemon
Loaded: loaded (/etc/init.d/subsonic; generated; vendor preset: disabled)
Active: active (exited) since Fri 2018-12-28 19:37:21 EST; 11min ago
Docs: man:systemd-sysv-generator(8)
Process: 11075 ExecStop=/etc/init.d/subsonic stop (code=exited, status=0/SUCCESS)
Process: 11095 ExecStart=/etc/init.d/subsonic start (code=exited, status=0/SUCCESS)
Dec 28 19:37:21 jardell systemd[1]: Starting LSB: Subsonic daemon...
Dec 28 19:37:21 jardell systemd[1]: Started LSB: Subsonic daemon.
This is /etc/sysconfig/subsonic:
- Code: Select all
#
# 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 "/usr/share/subsonic/subsonic.sh --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="--port=4041 --max-memory=1500 --https-port=8043"
# 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=subsonic
JAVA_HOME=/etc/alternatives/java_sdk_1.8.0
#
SUBSONIC_ARGS="--port=4041 --max-memory=1500 --https-port=8043 --pidfile=/var/subsonic/subsonic.pid --add-modules=java.xml.bind --quiet false"