pxe: restart dnsmasq after applying config

useful on first init of service
This commit is contained in:
pedro 2024-11-11 14:50:33 +01:00
parent a857db5de1
commit b4d86fcc12
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ pxe-service=x86PC,"Network Boot",pxelinux
enable-tftp
tftp-root=${tftp_path}
END
sudo systemctl restart dnsmasq
}
install_netboot() {