Fix rpcbind by creating missing directory

Create missing directory for rpcbind service.
This commit is contained in:
Pi-Farm
2026-06-08 13:01:55 +02:00
parent 732f32327b
commit 7ffa27396d

View File

@@ -2,7 +2,9 @@
echo "Starte PXE-relevante Dienste via systemctl-shim..."
# Hier alle Dienste auflisten, die der PXE-Server braucht
# Fix für rpcbind: Fehlendes Verzeichnis erstellen
mkdir -p /run/sendsigs.omit.d
systemctl start rpcbind
systemctl start nfs-kernel-server
systemctl start dnsmasq