summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@mpb-geekgod.geekgod.com>2009-06-18 20:15:20 -0400
committerScott Ullrich <sullrich@mpb-geekgod.geekgod.com>2009-06-18 20:16:23 -0400
commit62b035ce5f41c8342f0eea0b78e5878ff467e525 (patch)
tree5006198c3b5869611449edf848ebfb49a917b3a5 /etc/rc.bootup
parentab0dbe3cb175c88541a23035e7accca5c8bd1120 (diff)
downloadpfsense-62b035ce5f41c8342f0eea0b78e5878ff467e525.zip
pfsense-62b035ce5f41c8342f0eea0b78e5878ff467e525.tar.gz
Rename cvssync to gitsync
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 7784ec2..3d58deb 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -197,9 +197,12 @@ echo "done.\n";
/* start load balancer daemon */
relayd_configure();
- /* reconfigure our gateway monitor */
+/* start haproxy daemon */
+haproxy_configure();
+
+/* reconfigure our gateway monitor */
echo "Setting up gateway monitors...";
- setup_gateways_monitor();
+setup_gateways_monitor();
echo "done.\n";
/* start OpenVPN server & clients */
@@ -346,4 +349,4 @@ mwexec_bg("/usr/sbin/update_dns_cache.sh");
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud