AutoStart Script Best-Simple Tips
Everything in /etc/rc.local runs as the root user.
Also, you can group commands together using ().
The following should work in /etc/rc.local
(sleep 10;python scriptname.py)&
Everything in /etc/rc.local runs as the root user.
Also, you can group commands together using ().
The following should work in /etc/rc.local
(sleep 10;python scriptname.py)&