aboutsummaryrefslogtreecommitdiffstats
path: root/community/lcdproc/LCDd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/lcdproc/LCDd.initd')
-rw-r--r--community/lcdproc/LCDd.initd10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/lcdproc/LCDd.initd b/community/lcdproc/LCDd.initd
new file mode 100644
index 00000000000..8c567166daa
--- /dev/null
+++ b/community/lcdproc/LCDd.initd
@@ -0,0 +1,10 @@
+#!/sbin/openrc-run
+
+command="/usr/sbin/$SVCNAME"
+command_args="${LCDD_OPTS:--s 1 -f}"
+command_background=1
+pidfile="/run/$RC_SVCNAME.pid"
+
+depend() {
+ need net logger
+}