dns/ddclient: stop trying to reload

This commit is contained in:
Franco Fichtner
2022-06-29 12:55:23 +02:00
parent 30523766e8
commit ff9c5e2edc
@@ -41,9 +41,4 @@ class ServiceController extends ApiMutableServiceControllerBase
protected static $internalServiceEnabled = 'general.enabled';
protected static $internalServiceTemplate = 'OPNsense/ddclient';
protected static $internalServiceName = 'ddclient';
protected function reconfigureForceRestart()
{
return 0;
}
}