mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
unbound: fix starting of unbound via Status: Services
unbound could not be started via Status: Services.
This commit is contained in:
parent
12bc95c40a
commit
38efc0c4e7
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user