From 83ad7b2c771f018091d44db757fb87b1c9e5430c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 23 Jul 2020 23:28:50 +0200 Subject: mpd: remove and try to use alsa compatibility instead --- mpd/mpd.initd | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 mpd/mpd.initd (limited to 'mpd/mpd.initd') diff --git a/mpd/mpd.initd b/mpd/mpd.initd deleted file mode 100644 index 817583c..0000000 --- a/mpd/mpd.initd +++ /dev/null @@ -1,25 +0,0 @@ -#!/sbin/openrc-run - -# init.d file for music player daemon - -supervisor=supervise-daemon - -name="Music Player Daemon" -description="A daemon for playing music" - -command=/usr/bin/mpd -command_args="$MPD_OPTS" -command_args_foreground="--no-daemon" - -command_user="${M_USER:-mpd}:${M_GROUP:-audio}" - -depend() { - need localmount - use net netmount nfsmount esound pulseaudio - after firewall -} - -start_pre() { - checkpath --directory --quiet \ - --owner "${M_USER:-mpd}" --mode 0775 /var/run/mpd -} -- cgit v1.2.3