4b8eeb66653fc909e9be917a0b4d089bcd13c9f5
[10.03/packages.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         HOME=/root /usr/bin/mpdas -c /etc/mpdasrc &
7 }
8
9 stop() {
10         killall mpdas
11 }