From ea6ec8d74cb94c591eb9853b69efaf7b9a1c9545 Mon Sep 17 00:00:00 2001 From: Pi-Farm <43029891+pi-farm@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:23:16 +0200 Subject: [PATCH] Update and rename root/etc/s6-overlay/s6-rc.d/cont-init.d/99-start-pxe-services.sh to 0 --- 0 | 1 + .../s6-rc.d/cont-init.d/99-start-pxe-services.sh | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) create mode 100644 0 delete mode 100644 root/etc/s6-overlay/s6-rc.d/cont-init.d/99-start-pxe-services.sh diff --git a/0 b/0 new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/0 @@ -0,0 +1 @@ + diff --git a/root/etc/s6-overlay/s6-rc.d/cont-init.d/99-start-pxe-services.sh b/root/etc/s6-overlay/s6-rc.d/cont-init.d/99-start-pxe-services.sh deleted file mode 100644 index fdeb275..0000000 --- a/root/etc/s6-overlay/s6-rc.d/cont-init.d/99-start-pxe-services.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/command/with-contenv bash - -echo "Starte PXE-relevante Dienste via systemctl-shim..." - -# Hier alle Dienste auflisten, die der PXE-Server braucht -systemctl start rpcbind -systemctl start nfs-kernel-server -systemctl start dnsmasq -systemctl start lighttpd -systemctl start smbd -systemctl start nmbd