From 534f81d57704ce7e5be418d583ed417e76f10d77 Mon Sep 17 00:00:00 2001 From: lgromero Date: Tue, 1 Oct 2024 17:24:48 +0200 Subject: [PATCH] refs #799 adds daemon reload --- installer/ogdhcp_installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/ogdhcp_installer.sh b/installer/ogdhcp_installer.sh index de40e62..815bb79 100755 --- a/installer/ogdhcp_installer.sh +++ b/installer/ogdhcp_installer.sh @@ -96,6 +96,7 @@ function checkDependencies() { fi done sed -i '/ConditionFileNotEmpty=\/etc\/kea\/kea-api-password/d' /usr/lib/systemd/system/kea-ctrl-agent.service + systemctl daemon-reload systemctl restart kea-ctrl-agent.service echoAndLog "Dependencies checked." }