Hi all,
I have built my Pi into a wildlife/moment sensor camera and wanted the scrip to auto run so I could drop it in place, power up and walk away (it runs via a 12vDC battery to run the Pi and an IR LED light array).
I have added the script to RC.Local using python /home/pi/script.py &
It works perfectly - too perfectly as I cannot stop it to enable the Pi to be booted into either command line or GUI !!
Now I have edited this, how can I remove or stop the process? I can see rc.local via WinSCP and can open it but cannot edit (I presume as it is in use?).
Any ideas please?