Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 29f87f7

Browse files
committed
removed rc.local, as disabling tvservice is needed
1 parent 836420a commit 29f87f7

4 files changed

Lines changed: 6 additions & 24 deletions

File tree

.inspect.Pifile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
INPLACE "${IMG}"
2+
3+
RUN bash

Base.Pifile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ RUN apt-get install -y \
1919
tcpdump \
2020
hostapd \
2121
dnsmasq \
22-
bridge-utils
22+
bridge-utils \
23+
iptables
2324

2425
# install wireguard (requires rpi-update from above)
2526
RUN bash -c "wget http://archive.raspbian.org/raspbian.public.key -O - | apt-key add -"

etc/rc.local

Lines changed: 0 additions & 22 deletions
This file was deleted.

etc/systemd/system/radiotracking-config.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Unit]
22
Description=RadioTracking Configuration
3-
After=network.target mosquitto.service time-sync.target hostname-config.service
3+
After=network.target hostname-config.service
44

55
StartLimitIntervalSec=600
66
StartLimitAction=reboot

0 commit comments

Comments
 (0)