Commit 38efc0c4 authored by Manuel Faux's avatar Manuel Faux

unbound: fix starting of unbound via Status: Services

unbound could not be started via Status: Services.
parent 12bc95c4
...@@ -90,6 +90,9 @@ function service_control_start($name, $extras) { ...@@ -90,6 +90,9 @@ function service_control_start($name, $extras) {
case 'dnsmasq': case 'dnsmasq':
services_dnsmasq_configure(); services_dnsmasq_configure();
break; break;
case 'unbound':
services_unbound_configure();
break;
case 'dhcpd': case 'dhcpd':
services_dhcpd_configure(); services_dhcpd_configure();
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment