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