summaryrefslogtreecommitdiff
blob: 43618aeca4ea50707dda775401fb59af788201af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

description="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
pidfile=/var/run/upmpdcli.pid
command=/usr/bin/upmpdcli
config="${config:-/etc/upmpdcli.conf}"
command_args="-c ${config}"
command_args_background="-D"

depend() {
    need localmount mpd
}