Chrobrego wrote: 
> 
> 
> Any advise from whom who succeeded?

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 
--------------------



In the script the name of the squeezelite client is set to "Framboos"
which is the dutch word for Raspberry. :)
To change it, run:


Code:
--------------------
    
  sudo nano squeezelite
  
--------------------


Search for the word "Framboos" and change it to your liking, save and
close.

This is how you test the script:


Code:
--------------------
    
  sudo ./squeezelite start
  
--------------------


And this is how to stop it:


Code:
--------------------
    
  sudo ./squeezelite start
  
--------------------


After restart, the squeezelite should be started automatically.


------------------------------------------------------------------------
Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

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

Reply via email to