[packages] apr: update to v1.3.9
[openwrt/svn-archive/archive.git] / sound / mpdas / files / mpdas.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2009 OpenWrt.org
3 START=94
4
5 start() {
6 /usr/bin/mpdas -c /etc/mpdasrc
7 }
8
9 stop() {
10 killall mpdas
11 }