Skip to content

Commit 73bd5f2

Browse files
committed
Added a delayed re-launch of the ISC DHCP Server service as a solution to the server appearently trying to start too soon on Raspberry Pi Zero W's
1 parent 07adde2 commit 73bd5f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Reset Device/static_files/aphost_bootstrapper.template

+4
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ python3 [[project_dir]]/Reset\ Device/reset.py &
44

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

7+
sleep 5
8+
9+
systemctl start isc-dhcp-server.service
10+
711
hostapd -dd /etc/hostapd/hostapd.conf &

0 commit comments

Comments
 (0)