mherger wrote: > > Is there a better way than editing /usr/bin/start-container ? > > Where's that file coming from? I don't think it's part of the image, is > it?
It's the entrypoint to the container, isn't it? https://github.com/Logitech/slimserver-platforms/blob/public/8.2/Docker/start-container.sh mherger wrote: > At the bottom of the readme file > (https://hub.docker.com/r/lmscommunity/logitechmediaserver) there's some > > information about how you can run a script before LMS is launched. You > could use that script to modify /etc/default/logitechmediaserver. Tried this, with no luck Code: -------------------- cat <<EOF > /etc/default/logitechmediaserver --nomysqueezebox EOF -------------------- ------------------------------------------------------------------------ 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
