Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
executed, any settings changed at runtime that are not modified in this
file, will still be active. The effects of reloading do not always take
place immediately, as some subsystems reload and replace configuration
- in an asynchronous way. IF YAML settings are used this command will
- reload the runtime settable parts of the YAML settings
+ in an asynchronous way. If YAML settings are used this command will
+ reload the runtime settable parts of the YAML settings.
reload-yaml
Reload the runtime settable parts of the YAML settings.
{
if (begin != end) {
if (g_luaSettingsInYAML) {
- return {1, "Unable to reload Lua script from '" + *begin + " as there is no active Lua configuration\n"};
+ return {1, "Unable to reload Lua script from '" + *begin + "' as there is no active Lua configuration\n"};
}
::arg().set("lua-config-file") = *begin;
}