unbound: fix starting of unbound via Status: Services

unbound could not be started via Status: Services.
This commit is contained in:
Manuel Faux 2015-12-08 16:18:00 +01:00
parent 12bc95c40a
commit 38efc0c4e7

View File

@ -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;