refs #799 adds daemon reload
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details

testing
Luis Gerardo Romero Garcia 2024-10-01 17:24:48 +02:00 committed by Nicolas Arenas
parent 36a1a8cc33
commit 3496a993c9
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."
}