refs #799 adds daemon reload

nginx_conf
Luis Gerardo Romero Garcia 2024-10-01 17:24:48 +02:00
parent 0f2f4c7843
commit 534f81d577
1 changed files with 1 additions and 0 deletions

View File

@ -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."
}