diff --git a/xCAT-server/lib/xcat/plugins/ddns.pm b/xCAT-server/lib/xcat/plugins/ddns.pm index 8cac16310..392cd67e9 100644 --- a/xCAT-server/lib/xcat/plugins/ddns.pm +++ b/xCAT-server/lib/xcat/plugins/ddns.pm @@ -438,8 +438,8 @@ sub process_request { } else { + system("/sbin/service $service stop"); system("/sbin/service $service start"); - system("/sbin/service $service reload"); } xCAT::SvrUtils::sendmsg("Restarting named complete", $callback); }