You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
387 B
15 lines
387 B
#!/sbin/openrc-run
|
|
# Copyright 1999-2019 Gentoo Authors
|
|
# 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
|
|
}
|