From f2da0c8f404f94aa6141a6a8c8c826e8ad1dcea7 Mon Sep 17 00:00:00 2001 From: Ragnar Jensen Date: Wed, 5 Oct 2016 21:43:25 +0200 Subject: [PATCH] Create README --- initscripts/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 initscripts/README diff --git a/initscripts/README b/initscripts/README new file mode 100644 index 0000000..2be01d9 --- /dev/null +++ b/initscripts/README @@ -0,0 +1,14 @@ +Init scripts - to make the programs start automatically at boot. + +If you are running a current Raspbian (Jessie) with systemd: +Copy the systemd/*.service files to the /etc/systemd/system/ directory, and then run +sudo systemctl daemon-reload +sudo systemctl enable hddledPi.service +sudo systemctl enable netledPi.service + +If you are running an older Raspbian (Wheezy) with SysV init: +Copy the sysVinit/* files to the /etc/init.d/ directory, and then run +sudo update-rc.d enable hddledPi +sudo update-rc.d enable netledPi + +