--- In [email protected], "sameer2803" <sameer2...@...> wrote: > > Hi all, > Please help me out. > > When we install sendmail or any binary using RPM we get a init script of > it.We can start that service as > #/etc/init.d/sendmail start. > Also to keep it on after reboot we can do > #chkconfig --level35 sendmail on > or using NTSYSV > > what if i install it through tar ball i.e source code. > how to make it run only on level 3. > #chkconfig command wont work for tar ball through installed rpm's as per my > knowledge. > for the above you have to create a initscript and locate under /etc/init.d add with chkconfig, then set levels with chkconfig.
Regards. B.Sadhiq

