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) {
case 'dnsmasq':
services_dnsmasq_configure();
break;
case 'unbound':
services_unbound_configure();
break;
case 'dhcpd':
services_dhcpd_configure();
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