Skip to content

Commit 19a2477

Browse files
committed
fixup! Fixed #69: fixed permissions on systemd unit files
1 parent 1c839fa commit 19a2477

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tree/stage2/02-net-tweaks/01-run.sh.patch

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
+install -m 755 files/internet-check "${ROOTFS_DIR}/usr/local/bin/"
1313
+install -m 644 files/internet-check.service "${ROOTFS_DIR}/etc/systemd/system/"
1414
+
15+
+
1516
+# runtime config firewall persistence (ap)
1617
+mkdir -p ${ROOTFS_DIR}/etc/iptables
1718
+install -m 644 files/iptables-restore.service "${ROOTFS_DIR}/etc/systemd/system/"
@@ -23,5 +24,6 @@
2324
+systemctl enable dhcpcd.service
2425
+systemctl unmask hostapd
2526
+systemctl disable hostapd.service dnsmasq.service iptables-restore.service
27+
+
2628
+EOF
2729
+

0 commit comments

Comments
 (0)