|
Re: Stopping services question
Thanks I figured it out with
# /sbin/runlevel (find current runlevel)
# /sbin/chkconfig --level 5 service off (service being the name of the service)
from here
http://www.mjmwired.net/resources/mj...-services.html
Stopping is the easy part from the services gui. Why the gui cannot do the above is beyond me.
__________________
Fedora16 xfce 32bit running the precompiled kernel3.2.0-2.fc17.i686 from jan5:)
Last edited by kension; 13th January 2012 at 02:40 AM.
|