View previous topic :: View next topic |
Author |
Message |
karusker n00b
Joined: 19 Apr 2002 Posts: 17 Location: Seattle WA
|
Posted: Sun Apr 28, 2002 9:11 am Post subject: starting up network services |
|
|
I would like to start up apache, odsclient, mysql and pureftpd at bootime. In what file can I add these as one-liners to insure that they boot up in Gentoo? |
|
Back to top |
|
|
Target Apprentice
Joined: 25 Apr 2002 Posts: 200
|
Posted: Sun Apr 28, 2002 9:28 am Post subject: |
|
|
There is none. Instead I'm afraid you'll just have to settle for going:
rc-update add servicename default
Well, there is one (/etc/conf.d/local.start), but it would be a little silly putting entries in it for services that have init.d scripts.
|
|
Back to top |
|
|
|