From 536c3711867ec947c1738f2c4b96f22e4863322d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Nov 2018 09:38:27 +0000 Subject: gentoo resync : 18.11.2018 --- app-misc/lcdproc/files/lcdproc.initd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app-misc/lcdproc/files/lcdproc.initd (limited to 'app-misc/lcdproc/files/lcdproc.initd') diff --git a/app-misc/lcdproc/files/lcdproc.initd b/app-misc/lcdproc/files/lcdproc.initd new file mode 100644 index 000000000000..bbeba4033c02 --- /dev/null +++ b/app-misc/lcdproc/files/lcdproc.initd @@ -0,0 +1,16 @@ +#!/sbin/openrc-run +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +instance="${SVCNAME}" +name="LCDProc (${instance})" +pidfile="/run/${instance}.pid" + +command="/usr/bin/lcdproc" +command_args="-c /etc/${instance}.conf" + +depend() { + after ntp-client + use LCDd + use net +} -- cgit v1.2.3