<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Manage Linux init or startup scripts</title>
	<atom:link href="http://www.debianadmin.com/manage-linux-init-or-startup-scripts.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/manage-linux-init-or-startup-scripts.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eugene</title>
		<link>http://www.debianadmin.com/manage-linux-init-or-startup-scripts.html/comment-page-1#comment-7955</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Sun, 09 Jan 2011 22:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/manage-linux-init-or-startup-scripts.html#comment-7955</guid>
		<description>&quot;man update-rc.d&quot; says:
&lt;cite&gt;
INSTALLING INIT SCRIPT LINKS
   ...
 A common system administration error is to delete the links with the thought that this will &quot;disable&quot; the  service,  i.e.,  that this  will  prevent  the  service from being started.  However, if all links have been deleted then the next time the package is upgraded, the package’s postinst script will run update-rc.d again and this will reinstall links at their factory default  locations.   The  correct  way to disable services is to configure the service as stopped in all runlevels in which it is started by default.  In the System V init system this means renaming the service’s symbolic links from S to K.
  ...
EXAMPLES
       Example of disabling a service:
          update-rc.d -f foobar remove
          update-rc.d foobar stop 20 2 3 4 5 .
&lt;/cite&gt;

It seems to me that correct way for disabling samba requires one more line: &quot;update-rc.d samba stop 20 2 3 4 5 .&quot; in addition to mentioned &quot;update-rc.d samba remove&quot; in the article above.</description>
		<content:encoded><![CDATA[<p>&#8220;man update-rc.d&#8221; says:<br />
<cite><br />
INSTALLING INIT SCRIPT LINKS<br />
   &#8230;<br />
 A common system administration error is to delete the links with the thought that this will &#8220;disable&#8221; the  service,  i.e.,  that this  will  prevent  the  service from being started.  However, if all links have been deleted then the next time the package is upgraded, the package’s postinst script will run update-rc.d again and this will reinstall links at their factory default  locations.   The  correct  way to disable services is to configure the service as stopped in all runlevels in which it is started by default.  In the System V init system this means renaming the service’s symbolic links from S to K.<br />
  &#8230;<br />
EXAMPLES<br />
       Example of disabling a service:<br />
          update-rc.d -f foobar remove<br />
          update-rc.d foobar stop 20 2 3 4 5 .<br />
</cite></p>
<p>It seems to me that correct way for disabling samba requires one more line: &#8220;update-rc.d samba stop 20 2 3 4 5 .&#8221; in addition to mentioned &#8220;update-rc.d samba remove&#8221; in the article above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quasaur</title>
		<link>http://www.debianadmin.com/manage-linux-init-or-startup-scripts.html/comment-page-1#comment-1509</link>
		<dc:creator>Quasaur</dc:creator>
		<pubDate>Mon, 14 Jan 2008 12:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/manage-linux-init-or-startup-scripts.html#comment-1509</guid>
		<description>I&#039;m trying to get a consensus on the optimal order in which these services should be loaded...?

Quasaur</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get a consensus on the optimal order in which these services should be loaded&#8230;?</p>
<p>Quasaur</p>
]]></content:encoded>
	</item>
</channel>
</rss>

