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 committed by Cayo Puigdefabregas
parent 95e317b9b7
commit 296e0b8ef4

View file

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