<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Notes &#187; chkconfig</title>
	<atom:link href="http://www.ryannitz.org/tech-notes/tag/chkconfig/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryannitz.org/tech-notes</link>
	<description>Miscellaneous technology examples and notes</description>
	<lastBuildDate>Mon, 10 Aug 2009 18:29:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<image>
  <link>http://www.ryannitz.org/tech-notes</link>
  <url>http://ryan-nitz/favicon.ico</url>
  <title>Tech Notes</title>
</image>
		<item>
		<title>Chkconfig Notes</title>
		<link>http://www.ryannitz.org/tech-notes/2009/07/10/chkconfig-notes/</link>
		<comments>http://www.ryannitz.org/tech-notes/2009/07/10/chkconfig-notes/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 02:26:32 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Config]]></category>
		<category><![CDATA[chkconfig]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://ryan-nitz.com/tech-notes/?p=175</guid>
		<description><![CDATA[Chkconfig is a simple utility available on Linux that allows you to register services to start/stop on bootup and shutdown. The following are the basic commands you need to know to get things going: chkconfig --list (lists all the commands that are registered) chkconfig --add httpd (add httpd to the chkconfig list) chkconfig  --level 35 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-42" title="linux" src="http://ryan-nitz.com/tech-notes/wp-content/uploads/2008/08/linux.jpeg" alt="linux" width="113" height="124" /></p>
<p><a href="http://linuxcommand.org/man_pages/chkconfig8.html" target="_blank">Chkconfig</a> is a simple utility available on Linux that allows you to register services to start/stop on bootup and shutdown. The following are the basic commands you need to know to get things going:</p>
<pre>chkconfig --list (lists all the commands that are registered)
chkconfig --add httpd (add httpd to the chkconfig list)
chkconfig  --level 35 httpd on (enables the httpd daemon to start on <a href="http://en.wikipedia.org/wiki/Runlevel" target="_blank">runlevels</a> 3 and 5)
chkconfig --level 35 mysqld on (enables the mysqld daemon to start on runlevels 3 and 5)
chkconfig --level 35 memcached on (enables the memcached daemon to start on runlevels 3 and 5)
chkconfig --level 2345 sendmail on (enabled the sendmail daemon to start on runlevels 2, 3, 4 and 5)</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2009/07/10/chkconfig-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
