summaryrefslogtreecommitdiff
blob: d18e3eeaec513a9203be3d308b23d51a6ef32d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/sbin/openrc-run
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

export \
	MPD_HOST \
	MPD_PORT \
	MPD_TIMEOUT

pidfile="/run/${RC_SVCNAME}.pid"
command="/usr/bin/mpd-ynca"
command_user="mpd"
command_background="yes"

depend() {
	after mpd
}