fixes bug that causes mp3 stream to hang is server is not fast enough
[openwrt.git] / package / fonera-mp3 / files / mp3d.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2007 OpenWrt.org
3
4 START=90
5
6 start() {
7 /usr/bin/mp3d
8 }
9
10 stop() {
11 killall mp3d
12 }
This page took 0.044588 seconds and 5 git commands to generate.