FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Automatically Starting mt-daapd on NSLU2 › Reply To: Automatically Starting mt-daapd on NSLU2
01/06/2006 at 6:31 AM
#4839
fizze
Participant
Its not that hard.
You just need some redirection scripts.
If your music library is mounted upon the nslu2 startup and accesible, then a 1 line script would suffize.
check out
http://www.nslu2-linux.org/wiki/Unslung/DiversionScripts
a script would look like this:
#! /bin/sh
/opt/etc/init.d/S60mt-daapd
return 1
sort of. If your music stuff isnt mounted, you can take care of the mount process here as well. And do various other stuff.