pxe: restart dnsmasq after applying config
useful on first init of service
This commit is contained in:
parent
a857db5de1
commit
b4d86fcc12
|
@ -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 New Issue