I added followed lines to end of /etc/profile file. (adding .bashrc causes the same result)
Code: Select all
sudo python /home/pi/shutdown.py &
sudo python /home/pi/output.py &Is it possible to solve this problem?
Thank you
Code: Select all
sudo python /home/pi/shutdown.py &
sudo python /home/pi/output.py &Should have worked. I forgot to mention that you need to put your commands before the line 'exit 0'hasanoa wrote:- "rc.local" option did not solve my problem. It did start nothing.