Commit 65350f5c authored by Franco Fichtner's avatar Franco Fichtner

Merge pull request #513 from 8191/unbound-start-fix

unbound: fix starting of unbound via Status: Services
parents 4a674804 38efc0c4
...@@ -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