From Fedora Project Wiki
m (1 revision(s))
(Mercurial to git)
Line 7: Line 7:
== Download ==
== Download ==


=== Grab the latest source from the Mercurial repository ===
=== Grab the latest source from the git repository ===


You can get the current source using the following command:
You can get the current source using the following command:


<pre>
<pre>
$ hg clone http://hg.fedoraproject.org/hg/hosted/system-config-services
$ git clone git://git.fedorahosted.org/system-config-services.git
</pre>
</pre>

Revision as of 03:23, 21 January 2010

system-config-services

What is system-config-services?

The system-config-services tool lets you specify which background services should be run on your computer.

Download

Grab the latest source from the git repository

You can get the current source using the following command:

$ git clone git://git.fedorahosted.org/system-config-services.git