<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.scott5.org/index.php?action=history&amp;feed=atom&amp;title=Chkconfig</id>
	<title>Chkconfig - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.scott5.org/index.php?action=history&amp;feed=atom&amp;title=Chkconfig"/>
	<link rel="alternate" type="text/html" href="https://wiki.scott5.org/index.php?title=Chkconfig&amp;action=history"/>
	<updated>2026-04-13T02:14:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.scott5.org/index.php?title=Chkconfig&amp;diff=434&amp;oldid=prev</id>
		<title>Scott at 18:27, 4 February 2011</title>
		<link rel="alternate" type="text/html" href="https://wiki.scott5.org/index.php?title=Chkconfig&amp;diff=434&amp;oldid=prev"/>
		<updated>2011-02-04T18:27:47Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{lowercase title}}&lt;br /&gt;
This Red Hat tool is used to manage automatic startup of services on boot. A service needs a valid startup script in &amp;lt;code&amp;gt;/etc/init.d&amp;lt;/code&amp;gt; to be eligible. The init startup must contain two commented lines somewhere at the top. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# chkconfig: 2345 20 80&lt;br /&gt;
# description: Saves and restores system entropy pool for \&lt;br /&gt;
#              higher quality random number generation.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2345 represents the runlevels in which the service should be up. 20 is startup priority and 80 is shutdown priority.&lt;br /&gt;
&lt;br /&gt;
To see all entries:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chkconfig --list&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To see an entry for a particular service:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chkconfig --list &amp;lt;service&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To add a service that has a valid startup script in /etc/init.d:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chkconfig --add &amp;lt;service&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To delete a service from the chkconfig system:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chkconfig --del &amp;lt;service&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To turn a service on or off:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chkconfig &amp;lt;service&amp;gt; on|off&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Scott</name></author>
	</entry>
</feed>