codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Auto start/boot a program raspberry pi .bashrc

    18th March 2018

    Raspberry-Pi

    Raspberrypi - Codehaven

    Auto start a program on boot
    .bashrc method
    This will run on boot and also every time when a new SSH connection is made. Put your command at the bottom of ‘/home/pi/.bashrc’.

    Go to the last line of the script and add:

    Was this code snippet helpful?