Hi,
thanks for your advice.
Ok, I've created script autorun.sh like is describe in tutorial. But it doesn't work..

My script look like this
cd /share/MD0_DATA/.qpkg/Optware/bin
/share/MD0_DATA/.qpkg/Optware/bin/screen -dmS python /opt/pyload/pyLoadCore.py
I wrote there complete paths but still nothing..;/ first line is because python when I put whole path is second row and run it then screen command won't work so that's why is there cd command.
I've tried write it only like this
/share/MD0_DATA/.qpkg/Optware/bin/python /opt/pyload/pyLoadCore.py -- daemon
but same result - nothing
When I manualy start script
sh autorun.sh
it works.. But not automaticly..;(
Any next advice?