From 3916cbf9575d4b4db015fd629fdcaf395724cd9c Mon Sep 17 00:00:00 2001 From: Derek Jennings Date: Tue, 27 Aug 2013 00:59:13 +0100 Subject: fix race condition checking service status (mga#10934) --- web_wizard/Apache.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web_wizard') diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index 79395930..a2db5da5 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -271,7 +271,7 @@ sub do_it { chg_docroot(); chg_user_dir(); - services::restart_or_start('httpd'); + reload_or_restart('httpd'); undef $w; check_started($o->{var}{servicecheck}); } -- cgit v1.2.1