I don't think that script is being called at all. 
Perhaps adding (borrowed from
slimserver-platforms/debian/logitechmediaserver.init)


Code:
--------------------
    NAME=squeezeboxserver
  NEWNAME=logitechmediaserver
  
  # Read config file if it is present.
  if [ -r /etc/default/$NEWNAME ]; then
        . /etc/default/$NEWNAME
  elif [ -r /etc/default/$NAME ]; then
        . /etc/default/$NAME
  fi
--------------------


And changing the last line to something like


Code:
--------------------
    su squeezeboxserver -c '/usr/bin/perl /lms/slimserver.pl --prefsdir 
/config/prefs --logdir /config/logs --cachedir /config/cache --httpport 
$HTTP_PORT $SLIMOPTIONS'
--------------------


(Perhaps the defaults file should be in the exposed volume /config?)

Simon.

Simon.


------------------------------------------------------------------------
simoh's Profile: http://forums.slimdevices.com/member.php?userid=56305
View this thread: http://forums.slimdevices.com/showthread.php?t=115313

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to