pxe: restart dnsmasq after applying config
useful on first init of service
This commit is contained in:
parent
95e317b9b7
commit
296e0b8ef4
|
@ -93,6 +93,7 @@ pxe-service=x86PC,"Network Boot",pxelinux
|
|||
enable-tftp
|
||||
tftp-root=${tftp_path}
|
||||
END
|
||||
sudo systemctl restart dnsmasq
|
||||
}
|
||||
|
||||
install_netboot() {
|
||||
|
|
Loading…
Reference in a new issue