View previous topic :: View next topic |
Author |
Message |
stevenpharris n00b
Joined: 19 Apr 2002 Posts: 8
|
Posted: Mon Apr 22, 2002 2:14 am Post subject: Best tool for stop/starting services? |
|
|
I'm wanting to auto-start PPP during boot, I've integrated PPP into the kernel, but the service appears not to be auto-starting.
What is the best tool for configuring the starting/stopping of services?
Thanks |
|
Back to top |
|
|
Nitro Bodhisattva
Joined: 08 Apr 2002 Posts: 661 Location: San Francisco
|
Posted: Mon Apr 22, 2002 3:18 am Post subject: |
|
|
Check out rc-update, I'm not sure if there is a boot script for PPP, but you could easily write one, then do make it auto start you would copy it to /etc/init.d and run: rc-update add <scriptname> default
Hope that helps. _________________ - Kyle Manna
Please, please SEARCH before posting.
There are three kinds of people in the world: those who can count, and those who can't. |
|
Back to top |
|
|
Jeevz Bodhisattva
Joined: 15 Apr 2002 Posts: 195 Location: Boston, MA
|
Posted: Mon Apr 22, 2002 3:04 pm Post subject: |
|
|
For more info (I found this incredibly helpful) you check this out. |
|
Back to top |
|
|
|