Mailing List archive

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

[vdr] Re: Running command at shutdown



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