Mailing List archive

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

[vdr] Re: Running command at shutdown



Andreas,

thanks that seems to work too, but the first tests also show the script
taking a very long time, in comparison to just running it "stand alone".

So is VDR busy at this time?


Cheers Brian

Birgit & Andreas Bo"ttger wrote:
Brian Dorling schrieb:

Hi,
I have an EPG script that I want to run at VDR start or shutdown. This sends data via svdrpsend to VDR, so VDR must still be running.
I added the command to VDRSHUTDOWN.SH. I added it at the start like this

/usr/local/src/GETXML/getbbc.sh &

sleep 20

try this:

...
echo /usr/local/src/GETXML/getbbc.sh | at now > /dev/null 2>&1
sleep 20
...

kind regards
Andreas






Home | Main Index | Thread Index