diff options
author | Bill Marquette <billm@pfsense.org> | 2005-08-07 02:57:01 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-08-07 02:57:01 +0000 |
commit | 02e7ac12c08f71155f1941316999e76a2778bed3 (patch) | |
tree | 024222dc30d1b1ed951841d5112f3c5905270847 /etc | |
parent | 13e89f7617aab0c157b4b10a4f3fd9b4bcd59244 (diff) | |
download | pfsense-02e7ac12c08f71155f1941316999e76a2778bed3.zip pfsense-02e7ac12c08f71155f1941316999e76a2778bed3.tar.gz |
startup slbd on boot
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.bootup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index 214c2cf..e9e25bd 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -224,6 +224,9 @@ /* start IPsec tunnels */ vpn_ipsec_configure(); + /* start load balancer daemon */ + slbd_configure(); + /* done */ unlink("{$g['varrun_path']}/booting"); $g['booting'] = FALSE; |