diff options
Diffstat (limited to 'community/vdr/vdr.initd')
-rw-r--r-- | community/vdr/vdr.initd | 11 |
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" |