Gerrelt wrote: > You could try my daemon script, it works perfectly for me. > I made the script available through my website, it's my very first linux > daemon script, so use at your own risk! > Do the next commands to automate startup: > > > Code: -------------------- > > > cd /home/pi/squeezelite > sudo wget http://www.gerrelt.nl/RaspberryPi/squeezelite.sh > sudo mv squeezelite.sh /etc/init.d/squeezelite > > cd /etc/init.d > chmod u+x squeezelite > > sudo update-rc.d squeezelite defaults -------------------- > > > >
Thank you very much Gerrelt! I got it working with your script. Had only to remove "-o sysdefault:CARD=Set" in SLOPTIONS variable as I did not get sound at first. ------------------------------------------------------------------------ Chrobrego's Profile: http://forums.slimdevices.com/member.php?userid=15230 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
