diff options
Diffstat (limited to 'dev-python/mpdlcd/files')
| -rw-r--r-- | dev-python/mpdlcd/files/mpdlcd.confd | 5 | ||||
| -rw-r--r-- | dev-python/mpdlcd/files/mpdlcd.initd | 15 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/mpdlcd/files/mpdlcd.confd b/dev-python/mpdlcd/files/mpdlcd.confd deleted file mode 100644 index c7813cb0dea4..000000000000 --- a/dev-python/mpdlcd/files/mpdlcd.confd +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Options for your started MPDlcd -# MPDLCD_OPTS="--mpd=mpd.example.org:1234 --lcdproc=lcd.example.org:456 --syslog --syslog-facility=user2 --loglevel=debug --lcdd-debug" diff --git a/dev-python/mpdlcd/files/mpdlcd.initd b/dev-python/mpdlcd/files/mpdlcd.initd deleted file mode 100644 index c1e5bc7e1a3d..000000000000 --- a/dev-python/mpdlcd/files/mpdlcd.initd +++ /dev/null @@ -1,15 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -name="MPDlcd" -description="A small adapter which will display the status of a MPD server on a LCDproc screen" -pidfile="/run/mpdlcd.pid" - -command="/usr/bin/mpdlcd" -command_args="${MPDLCD_OPTS}" -command_background="true" - -depend() { - need net -} |
