Found the answer
I added the command to start the python program to the galileod.sh script and now works
start_galileod()
{
echo "Starting galileod"
start-stop-daemon -q -S -m -p $pidfile -b -x $launcher
start-stop-daemon -q -S -m -p $pidsreset -b -x $sreset -- -i $input_reset_gpio -o $output_reset_gpio
/usr/bin/python /media/realroot/wiring/testLCD.py&
}
regards
rgb