mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
plugins: simplify names for DNS services again
This commit is contained in:
parent
9991dc6c21
commit
b9820b0966
@ -46,7 +46,7 @@ function dnsmasq_services()
|
||||
|
||||
$pconfig = array();
|
||||
$pconfig['name'] = 'dnsmasq';
|
||||
$pconfig['description'] = gettext('Dnsmasq DNS Forwarder');
|
||||
$pconfig['description'] = gettext('DNS Forwarder');
|
||||
$pconfig['php']['restart'] = array('dnsmasq_configure_do');
|
||||
$pconfig['php']['start'] = array('dnsmasq_configure_do');
|
||||
$pconfig['pidfile'] = '/var/run/dnsmasq.pid';
|
||||
|
||||
@ -46,7 +46,7 @@ function unbound_services()
|
||||
|
||||
$pconfig = array();
|
||||
$pconfig['name'] = 'unbound';
|
||||
$pconfig['description'] = gettext("Unbound DNS Resolver");
|
||||
$pconfig['description'] = gettext('DNS Resolver');
|
||||
$pconfig['php']['restart'] = array('unbound_configure_do');
|
||||
$pconfig['php']['start'] = array('unbound_configure_do');
|
||||
$pconfig['pidfile'] = '/var/run/unbound.pid';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user