* the subsonic user has normal user and can read/write to the music folder
* I did not have issues with this before
* Version: 6.0-1~getdeb1
* Ubuntu 16.04.1 LTS
* it worked before and works fine as root
- Code: Select all
ps auxwww|grep -ia subsonic
root 19965 0.0 0.0 7328 716 pts/12 S+ 20:26 0:00 tail -f /var/subsonic/subsonic_sh.log /var/subsonic/subsonic.log /var/subsonic/db/subsonic.log
root 20649 325 1.6 3622360 274844 pts/11 Sl 20:36 0:09 java -Xmx100m -Dsubsonic.home=/var/subsonic -Dsubsonic.host=0.0.0.0 -Dsubsonic.port=4040 -Dsubsonic.httpsPort=0 - subsonic.contextPath=/ -Dsubsonic.defaultMusicFolder=/var/music -Dsubsonic.defaultPodcastFolder=/var/music/Podcast -Dsubsonic.defaultPlaylistFolder=/var/playlists -Djava.awt.headless=true -verbose:gc -jar subsonic-booter-jar-with-dependencies.jar
root 20715 0.0 0.0 14224 948 pts/11 S+ 20:36 0:00 grep --color=auto -ia subsonic
root@plex:/etc/default# cat /etc/default/subsonic
#
# 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 120 MB, use
# the following:
#
# SUBSONIC_ARGS="--port=80 --https-port=443 --max-memory=120"
SUBSONIC_ARGS="--max-memory=100"
SUBSONIC_USER="subsonic"
