mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2026-06-16 20:07:13 +00:00
Fix rpcbind by creating missing directory
Create missing directory for rpcbind service.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user