Creating a service to startup at BeagleBone Black boot time:
- 
Create a shell script such as /usr/bin/myFancyBash.sh: #!/bin/bash # this could be any runnable code or shell script, really /usr/bin/myFancyPython.py
Note that the first line is critical.