Hello,
I am trying to run a Perl script from VDR menu, but it sticks VDR after one second : "timeout".
I've added this line in VDR's commands.conf :
MY_SCRIPT: /usr/local/bin/myscript.pl &
How could I launch the Perl script in background mode ?
Thanks.