summaryrefslogtreecommitdiffstats
path: root/sound/mpdas/files/mpdas.init
blob: ba64d9519c67190d8f3515b159c80cfc5069b353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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
}