Hello all
I have question -
How to start non x application after TCB boot?
I write small application that read lpt port status and send it to file at /tmp/temp
When i start it manualy "sudo /mnt/sda1/tce/my_prog" app is working but when i add the same command to /opt/bootlocal.sh it dont start (i try to use "exec /mnt/sda/tce/my_prog") but no beter result.
TC is running from /mnt/sda1 device so im sure when bootlocal.sh call to sda1 its mounted. Im not sure but it can be something coonected to reading( low level functions i c that read lpt port)
Basically my question is :
where i have to add sudo /mnt/sda1/tce/my_prog
that will start after auto login of tc user (after welcome message is displayed)Or add this that way that will work.
PS Tinycore is CoolAndAwesom stuff