I got a python script which exports data to PVOutput.org. Using Putty I am able to run the script successfully using the following:
nohup python /data/dbus-pvoutput.py > /data/pvoutput.log &
The trouble happens when the CerboGX is rebooted. I realise the need to have the dbus-pvoutput.py run at startup. What do I need to do. Please be patient as its a miracle that I am even asking this question. I am no coder feel free to treat me as a dummy!