Skip to content

Commit

Permalink
Added a delayed re-launch of the ISC DHCP Server service as a solutio…
Browse files Browse the repository at this point in the history
…n to the server appearently trying to start too soon on Raspberry Pi Zero W's
  • Loading branch information
jasbur committed Mar 21, 2018
1 parent 07adde2 commit 73bd5f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Reset Device/static_files/aphost_bootstrapper.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ python3 [[project_dir]]/Reset\ Device/reset.py &

su -c "cd [[project_dir]]/Configuration\ App/ && rails s -b 0.0.0.0 -e production -p 9191 -d"

sleep 5

systemctl start isc-dhcp-server.service

hostapd -dd /etc/hostapd/hostapd.conf &

0 comments on commit 73bd5f2

Please sign in to comment.