New to Ubuntu, but have looked everywhere to get this question answered. Found no solution so far. Basically I need to run two terminal commands on startup, which follow each other directly. This will allow me to open a python script on start up. The script works when opened manually, but I'm at a loss to get it to work on boot. In terminal I type:
cd /directory/with/python/script/
python name.py
The script works, but I'm having trouble getting it to run on boot.
python /directory/with/python/script/name.py
directly? – muru Aug 26 '14 at 06:55