Skip to content

Commit

Permalink
📝 Auto start on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterds committed Mar 4, 2018
1 parent 7673804 commit f92b9ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@ npm run build
```bash
sudo npm start
```

## Configure to autostart on boot

Add the following to `/etc/rc.local`

```bash
cd /home/pi/rpi-camera
./scripts/camera-stream-start.sh
./scripts/server-start.sh
```

0 comments on commit f92b9ce

Please sign in to comment.