Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] driver reload via commands.conf



hi all,

since the cam support (at least after replay) with the 0.9.x DVB drivers is
broken i've tried
to make a script for automatic restart of the dvb-drivers - with no success.

Any tips/suggestions?

My commands.conf:
1 Restart driver : /usr/local/bin/restartvdr

My script:

#!/bin/sh
killall runvdr
killall vdr
sleep 5
cd /usr/local/src/DVB/driver
make reload
sleep 10
/usr/local/src/VDR/runvdr


Thanks and best regards,

Jochen








Home | Main Index | Thread Index