summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-03 18:12:09 -0500
committersullrich <sullrich@pfsense.org>2009-12-03 18:12:09 -0500
commitb0a4e5ee2bd737e73682a5f2aff180f5e5aed1f1 (patch)
tree7b327ee483fdfcc05a44b0363c5e84fe4e839be0 /etc
parentcc0934722eb81bf93c20586378618df73ce12cc8 (diff)
downloadpfsense-b0a4e5ee2bd737e73682a5f2aff180f5e5aed1f1.zip
pfsense-b0a4e5ee2bd737e73682a5f2aff180f5e5aed1f1.tar.gz
Sleep for a second in beween
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index d1425e6..dc50d70 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -667,6 +667,8 @@ function system_webgui_start() {
system_generate_lighty_config("{$g['varetc_path']}/lighty-webConfigurator.conf",
$crt, $key, $ca, "lighty-webConfigurator.pid", $portarg, "/usr/local/www/");
+ sleep(1);
+
/* attempt to start lighthttpd */
$res = mwexec("/usr/local/sbin/lighttpd -f {$g['varetc_path']}/lighty-webConfigurator.conf");
OpenPOWER on IntegriCloud