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
committed by GitHub
parent bd585216ea
commit 3ad711cf1e

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