#!/sbin/runscript start() { ebegin "Starting VDR" /video/runvdr >>/var/log/runvdr.log 2>&1 & eend $? } stop() { killall runvdr }