#!/bin/sh /etc/rc.common
# Copyright (C) 2009-2011 OpenWrt.org

START=94

SERVICE_DAEMONIZE=1

start() {
	HOME=/root \
	service_start /usr/bin/mpdas -c /etc/mpdasrc
}

stop() {
	service_stop /usr/bin/mpdas
}