Revision 02e7ac12
Added by Bill Marquette about 20 years ago
etc/rc.bootup | ||
---|---|---|
224 | 224 |
/* start IPsec tunnels */ |
225 | 225 |
vpn_ipsec_configure(); |
226 | 226 |
|
227 |
/* start load balancer daemon */ |
|
228 |
slbd_configure(); |
|
229 |
|
|
227 | 230 |
/* done */ |
228 | 231 |
unlink("{$g['varrun_path']}/booting"); |
229 | 232 |
$g['booting'] = FALSE; |
Also available in: Unified diff
startup slbd on boot