mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Reflect the service name when starting it
This commit is contained in:
parent
4e8e8cc80e
commit
5bb1c49527
@ -1866,7 +1866,7 @@ function services_unbound_configure() {
|
||||
|
||||
if (isset($config['unbound']['enable'])) {
|
||||
if ($g['booting'])
|
||||
echo gettext("Starting Unbound DNS forwarder...");
|
||||
echo gettext("Starting DNS Resolver...");
|
||||
else
|
||||
sleep(1);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user