ziegelstein wrote: 
> Update: 
> 1. when i stop the actual squeezelite instance
> 2. i can start several new instanzes in terminal with:
> > 
Code:
--------------------
  >   > sudo /usr/local/bin/squeezelite -n "Küche" -o Küche -a 80:::0:  -m 
ab:cd:ef:12:34:60 -z
--------------------
> > 
> > 
Code:
--------------------
  >   > sudo /usr/local/bin/squeezelite -n "EG_Diele" -o Diele -a 80:::0:  -m 
ab:cd:ef:12:34:61 -z
--------------------
> > 
> 3. Backup via:
> > 
Code:
--------------------
  >   > sudo filetool.sh -b
--------------------
> > 
> 
> But: 
> after reboot all instances are lost.
> I also tried to work with "User command section of the tweaks web
> page" --> instances were lost too after reboot.
> 
> So it seems to me that there is a need for a startupscribt update -
> but for me as a "NOOB" :o not possible without help.
> 
> so please - is there anybody out there?
> 
> regards,
> S

Hi S,

Processes run from the command line will disappear after a reboot, that
is a given.

Try something like this in User Commands.


Code:
--------------------
    /usr/local/bin/squeezelite -n EG_Diele -o Diele -a 80:::0:  -m 
ab:cd:ef:12:34:61 
--------------------


As mentioned in the More > Help " and & are invalid characters. The -z
in not needed as all User commands are backgrounded.

regards
Greg


------------------------------------------------------------------------
Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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

Reply via email to