thanks for the response. do you know if this means it isn't going to be investigated any further ?
for info, i've just managed to amend my installation to run as a non root user by running the following :
systemctl stop subsonic.service
adduser --system -M --groups audio subsonic
chown -Rh subsonic:subsonic /var/subsonic
chown -Rh subsonic:subsonic /tmp/subsonic
mkdir /var/run/subsonic
chown subsonic:subsonic /var/run/subsonic
perl -p -i -e 's/^PIDFILE=\/var\/run\/\$NAME.pid/PIDFILE=\/var\/run\/subsonic\/\$NAME.pid/ ; s/^\ \ \ \ \$DAEMON\ \$DAEMON_ARGS/\ \ \ \ daemon\ --user\ subsonic\ \$DAEMON\ \$DAEMON_ARGS/' /etc/init.d/subsonic
i've also amended /etc/sysconfig/subsonic to include :
--https-port=4041
the log reports :
Subsonic running on:
http://localhost:4040/ and:
https://localhost:4041/and everything appears to working ok. there may be flaws in what i have done which i've overlooked but hoping this can be used in future releases
