hi,

It seems to me that there is an error in the init script to launch
squeezelite in the ubuntu package.
the script launch :

Code:
--------------------
    /usr/bin/squeezelite --background --make-pidfile -- -n (name of the 
station) -o (sound card)
--------------------


I don't think background and make-pidfile are options allowed
So I edit the /etc/init.d/squeezelite script to replace all the
character by "-z"

To have :

Code:
--------------------
    start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \
  -z  $DAEMON_ARGS || return 2
  
--------------------


------------------------------------------------------------------------
sitro0's Profile: http://forums.slimdevices.com/member.php?userid=64337
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