From 12a16ebd4b02755c733fb68af58c219283da3f9f Mon Sep 17 00:00:00 2001 From: Derek Jennings Date: Tue, 27 Aug 2013 15:35:23 +0100 Subject: use reload_or_restart for bind also --- dns_wizard/Bind.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns_wizard') diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm index 19513b77..bb2ef7e1 100644 --- a/dns_wizard/Bind.pm +++ b/dns_wizard/Bind.pm @@ -823,7 +823,7 @@ sub end_it { save_old_config(); # copy in correct place copy_good(); - services::restart_or_start('named'); + reload_or_restart('named'); } sub do_it_master { -- cgit v1.2.1