Add script to start PXE-related services

This commit is contained in:
Pi-Farm
2026-06-08 12:12:44 +02:00
parent 43bf3a1db8
commit aefcb41cdc

View File

@@ -0,0 +1,11 @@
#!/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