aboutsummaryrefslogtreecommitdiffstats
path: root/community/vdr/vdr.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/vdr/vdr.initd')
-rw-r--r--community/vdr/vdr.initd11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/vdr/vdr.initd b/community/vdr/vdr.initd
new file mode 100644
index 0000000000..12b237dd84
--- /dev/null
+++ b/community/vdr/vdr.initd
@@ -0,0 +1,11 @@
+#!/sbin/openrc-run
+
+depend() {
+ use logger
+}
+
+command=/usr/bin/vdr
+command_args=
+command_background=true
+pidfile="/run/${RC_SVCNAME}.pid"
+command_user="vdr:vdr"