I've recognized that after bringing up the networkcard with drake, it now seems to start up automatically everytime I reboot...
What me makes worry is this httpd daemon...
Because I compiled it by source, I don't know how to do this with drake...
so maybe somebody could give me a hint to my question from above ?
Quote:
How do I create such a start/stop script for my etc/init.d ?
Do I just have to write into a file the command "/usr/local/apache/bin/apachectl start" and make it executable??
|
Is it a normal shell-script I need to write??
EDIT:
Ok, I reread the thread...I think I will give it a try and append it to my /etc/rc.d/rc.local script to the end:
/usr/local/bin/apachectl start
hope this will work, the next reboot will be tomorrow...anyway, I 'd be very interested how this works with the runlevel-dircetories...
Write shell-script to /etc/init.d and then link it to rc5.d (for runlevel 5) , is this correct so??