Skip to content

Part 3. Making it Permanent

Rachel edited this page Aug 24, 2016 · 1 revision

In order to have our script run reliably, we're going to set it up to run at boot.

After running mine for a day or two, I noticed that my network connection seemed to drop regularly. Naturally, this halted my script and rendered it useless. In order to solve this problem, I setup the Pi to reboot when the network connection drops.

Since we're running our script at boot, this should solve the problem!

Now on to how to do that.

<< Part 2: Your Personal Dashboard - Part 3: Run the Script from Boot >>