<?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>Tony Narlock &#187; update-rc.d</title>
	<atom:link href="http://blog.skiquel.com/tag/update-rc-d/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.skiquel.com</link>
	<description>Living life in the cloud</description>
	<lastBuildDate>Sun, 06 Jun 2010 13:38:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Remove services (mpd) from system startup in Linux</title>
		<link>http://blog.skiquel.com/2010/03/remove-services-mpd-from-system-startup-in-linux/</link>
		<comments>http://blog.skiquel.com/2010/03/remove-services-mpd-from-system-startup-in-linux/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 02:57:27 +0000</pubDate>
		<dc:creator>Tony Narlock</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[init.d]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mpd]]></category>
		<category><![CDATA[rc.d]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[symlink]]></category>
		<category><![CDATA[update-rc.d]]></category>

		<guid isPermaLink="false">http://blog.skiquel.com/?p=546</guid>
		<description><![CDATA[I'm using MPD on Ubuntu and Debian and get annoyed by mpd starting at boot time under root. Your startup services lie in the /etc/rc.d folder. You will observe that ls -l /etc/rc4.d for instance, will show you these files are weighted to run in order and symlink to their corresponding startup scripts in /etc/init.d. [...]]]></description>
			<content:encoded><![CDATA[<p>I'm using <a href="http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki">MPD</a> on Ubuntu and Debian and get annoyed by mpd starting at boot time under root.</p>
<p>Your startup services lie in the <code>/etc/rc.d</code> folder. You will observe that <code>ls -l /etc/rc4.d</code> for instance, will show you these files are weighted to run in order and <a href="http://en.wikipedia.org/wiki/Symbolic_link">symlink</a> to their corresponding startup scripts in <code>/etc/init.d</code>.</p>
<p>To disable mpd, for instance, <code>update-rc.d</code> can help:</p>
<p><code>sudo update-rc.d -f mpd remove</code></p>
<p>Now you will be able to add mpd to a local user script on startup without having to <code>sudo mpd --kill</code> or <code>sudo killall mpd</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.skiquel.com/2010/03/remove-services-mpd-from-system-startup-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
