<?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>Zenovation's Blog &#187; CentOS</title>
	<atom:link href="http://zenovations.com/blog/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://zenovations.com/blog</link>
	<description>A blog about web design, programming, hosting, and virtualmin hacks</description>
	<lastBuildDate>Mon, 16 Jan 2012 15:01:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Starting services automatically in CentOS</title>
		<link>http://zenovations.com/blog/2008/08/starting-services-automatically-in-centos/</link>
		<comments>http://zenovations.com/blog/2008/08/starting-services-automatically-in-centos/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 03:24:03 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://zenovations.com/blog/2008/08/starting-services-automatically-in-centos/</guid>
		<description><![CDATA[Had a service in CentOS 4 server that went down every time the box rebooted. Got tired of starting it manually so I had to go find the command to start it automagically. Surprisingly, it has nothing to do with &#8220;service&#8221;, which is how you start/stop it manually. It has the very unintuitive command &#8220;chkconfig&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Had a service in CentOS 4 server that went down every time the box rebooted. Got tired of starting it manually so I had to go find the command to start it automagically.</p>
<p>Surprisingly, it has nothing to do with &#8220;service&#8221;, which is how you start/stop it manually. It has the very unintuitive command &#8220;chkconfig&#8221; to make it start on boot. What a choice: chckconfig!</p>
<p>Oh well, here it is:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p108code2'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1082"><td class="code" id="p108code2"><pre class="bash" style="font-family:monospace;">chkconfig <span style="color: #660033;">--add</span> httpd
chkconfig httpd on</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://zenovations.com/blog/2008/08/starting-services-automatically-in-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

