summaryrefslogtreecommitdiff
path: root/app-misc/lcdproc/files/LCDd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/lcdproc/files/LCDd.initd')
-rw-r--r--app-misc/lcdproc/files/LCDd.initd15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-misc/lcdproc/files/LCDd.initd b/app-misc/lcdproc/files/LCDd.initd
new file mode 100644
index 000000000000..792ae9201796
--- /dev/null
+++ b/app-misc/lcdproc/files/LCDd.initd
@@ -0,0 +1,15 @@
+#!/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/sbin/LCDd"
+command_args="-c /etc/${instance}.conf"
+
+depend() {
+ use g15daemon
+ use net
+}