Reply To: Installation of FireFly on MSS

#11302
squashuax
Participant

BusyBox v1.00-pre2 (2006.02.01-23:21+0000) Built-in shell (msh)
Enter ‘help’ for a list of built-in commands.

# cat /opt/etc/init.d/S60mt-daapd
#!/bin/sh

# make sure our shared libraries are in the path.
# if we get /etc/ld.so.conf working, this export
# can be removed
export LD_LIBRARY_PATH=/opt/lib:LD_LIBRARY_PATH

if [ -n “`pidof mt-daapd`” ] ; then
killall mt-daapd 2>/dev/null
fi

sleep 2
/opt/sbin/mt-daapd -c /opt/etc/mt-daapd/mt-daapd.conf

#
#