Open aforren1 opened 7 years ago
Put /raspberry/bin/our_startup.sh & in /etc/rc.local, and our_startup.sh would look like:
/raspberry/bin/our_startup.sh &
/etc/rc.local
#!/bin/sh sleep 10 sudo python detect_hon.py
It apparently reboots by itself (accidentally tested)
Put
/raspberry/bin/our_startup.sh &
in/etc/rc.local
, and our_startup.sh would look like: