View previous topic :: View next topic |
Author |
Message |
juniper l33t


Joined: 22 Oct 2004 Posts: 961 Location: we the north
|
Posted: Tue Feb 01, 2005 7:15 pm Post subject: starting adsl on boot |
|
|
i was wondering how to do this. i essentially just need to run the command "adsl-start" on boot (preferably, it should be executed at the last part of the boot process).
of course, i could write some script called adsl in /etc/init.d and it take arguments start and stop and that rc-update and add to the default runlevel, but i dont' know how to do that.
suggestions please?
amps |
|
Back to top |
|
 |
Mardi n00b


Joined: 17 Apr 2004 Posts: 25 Location: Aarhus, Denmark
|
Posted: Tue Feb 01, 2005 7:52 pm Post subject: |
|
|
If you use rp-pppoe (roaring penguin) they already did the script for you.
Code: | rc-update add rp-pppoe default |
That runs adsl-start at startup. |
|
Back to top |
|
 |
|