ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / vdr-mediamvp.rc
blob7b762506bbe36cd69993987c48cef0b833f0808c
1 #!/bin/sh
3 # make sure our shared libraries are in the path.
4 # if we get /etc/ld.so.conf working, this export
5 # can be removed
6 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/lib
8 if [ -n "`pidof mediamvp`" ] ; then
9 killall mediamvp 2>/dev/null
12 sleep 2
13 /opt/sbin/mediamvp -c /opt/etc/mediamvp -d --main::pidfile=/var/run/mediamvp.pid 2>/dev/null