From b4d86fcc12e184a3dabd6aa32d3986e8866ae219 Mon Sep 17 00:00:00 2001 From: pedro Date: Mon, 11 Nov 2024 14:50:33 +0100 Subject: [PATCH] pxe: restart dnsmasq after applying config useful on first init of service --- pxe/install-pxe.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pxe/install-pxe.sh b/pxe/install-pxe.sh index ce721f3..12e71c4 100755 --- a/pxe/install-pxe.sh +++ b/pxe/install-pxe.sh @@ -93,6 +93,7 @@ pxe-service=x86PC,"Network Boot",pxelinux enable-tftp tftp-root=${tftp_path} END + sudo systemctl restart dnsmasq } install_netboot() {