diff --git a/src/www/status_services.php b/src/www/status_services.php index 240f527e9..9767c2d45 100644 --- a/src/www/status_services.php +++ b/src/www/status_services.php @@ -90,6 +90,9 @@ function service_control_start($name, $extras) { case 'dnsmasq': services_dnsmasq_configure(); break; + case 'unbound': + services_unbound_configure(); + break; case 'dhcpd': services_dhcpd_configure(); break;