running a python script at startup on jessie
Posted: Sun Dec 06, 2015 10:03 pm
I have a python script that I run when one of my pi's starts up - it logs the ambient temperature to a database, and displays it on a 2 line display. On wheezy I simply inserted a line at the bottom of the /etc/rc.local file. Unfortunately on jessie this does not seem to work - even with the "wait for network" boot option the python script never starts. I'm thinking that perhaps it is time to bite the bullet as they say and create a service for this script all of its own. Can anyone point me to how this is done?