fedora-list-request@xxxxxxxxxx wrote:
From: "Amadeus W. M." <amadeus84@xxxxxxxxxxx>
Subject: Re: beagled-helper is sucking all of the resources!
To: fedora-list@xxxxxxxxxx
Message-ID: <eo0baf$hnr$2@xxxxxxxxxxxxx>
Content-Type: text/plain; charset=UTF-8
On Tue, 09 Jan 2007 09:31:57 +0100, Fernando ApesteguÃa
wrote:
> > Just to satisfy my curiosity: how to do that from the command line?
>Do what from the command line? Disable it at startup? Don't know how
at the
>prompt. The only way I know is from the gnome menus. The thing of it is
>you only have to tell gnome once to not run beagled at startup. You
>disable it and it stays that way (until you decide to re-enable it).
'chkconfig --list' to see what is being run as a service
'chkconfig --level 2345 beagled off' to turn off the service entirely
(takes effect at next boot)
service beagled stop|start|restart|status to stop|start etc. while running
Geoff