• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux Service Help

Chuck

Senior member
Hi,

I've got a RH 7.something linux box that i've just installed apache 2 on, and an updated version of SSH. Both are in new locations compaired to the old versions.

Can anyone point me in the direction of a guide which explains how you can get these to run at start up? Do you simply make a new /etc/init.d/ file for them? I was kind of hopeing there was a utility that made them for you or something? If not thats fine, but I didn't want to do that if there was a 'better' way of doing it.

Thanks.
 
probably the easiest way from you in redhat is to run setup at the command line... if memory serves its in /sbin . It has a list of all startup daemons and let you check or uncheck them.
 
did you compile from source, or install via rpm?

If you used an rpm, most of the work is done for you, and you can just do something like

"/sbin/chkconfig --level 2345 apache"

If not, you'll probably just have to run whatever executable apache2 starts with by adding a line in /etc/rc.local

bart
 
Source. Ok Thanks.. I was just wondering if there was a more automated way of doing it.

When you compile from source you forgo a lot of the automations present in distributions.
 
Back
Top