summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-31 00:58:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-31 00:58:20 +0000
commit3d941d72333ae7a4451f3e39e150029aa6f4794d (patch)
treeb6b35703f3a66c5b550e36b6d46b2e1ef9fef7f7 /etc/rc.bootup
parent7670e4d2f35ca547227b91c061c6f78774bfb27a (diff)
downloadpfsense-3d941d72333ae7a4451f3e39e150029aa6f4794d.zip
pfsense-3d941d72333ae7a4451f3e39e150029aa6f4794d.tar.gz
Start pppoe server on bootup
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 0321082..6cda52b 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -200,6 +200,9 @@
/* start pptpd */
vpn_pptpd_configure();
+ /* start pppoe server */
+ vpn_pppoe_configure();
+
/* start the captive portal */
captiveportal_configure();
OpenPOWER on IntegriCloud