From f92b9ce49ac8011db6637502a666fb802714f711 Mon Sep 17 00:00:00 2001 From: Wouter De Schuyter Date: Sun, 4 Mar 2018 12:31:12 +0100 Subject: [PATCH] :memo: Auto start on boot --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6a2e960..34d5fb3 100644 --- a/README.md +++ b/README.md @@ -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 +```