<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.saruman.biz/saruwiki/index.php?action=history&amp;feed=atom&amp;title=System_boot_procedure</id>
	<title>System boot procedure - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.saruman.biz/saruwiki/index.php?action=history&amp;feed=atom&amp;title=System_boot_procedure"/>
	<link rel="alternate" type="text/html" href="https://www.saruman.biz/saruwiki/index.php?title=System_boot_procedure&amp;action=history"/>
	<updated>2026-05-13T00:11:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.saruman.biz/saruwiki/index.php?title=System_boot_procedure&amp;diff=1512&amp;oldid=prev</id>
		<title>Saruman!: Started system boot with explaining sysctl invocation</title>
		<link rel="alternate" type="text/html" href="https://www.saruman.biz/saruwiki/index.php?title=System_boot_procedure&amp;diff=1512&amp;oldid=prev"/>
		<updated>2008-06-08T13:15:18Z</updated>

		<summary type="html">&lt;p&gt;Started system boot with explaining sysctl invocation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Debian System Boot==&lt;br /&gt;
&lt;br /&gt;
When booting a Debian system, the scripts referenced in &amp;#039;&amp;#039;/etc/rcS.d&amp;#039;&amp;#039; always get executed. One of these scripts is referenced by the entry &amp;#039;&amp;#039;/etc/rcS.d/S30procps.sh&amp;#039;&amp;#039;; this entry is a symlink to the script &amp;#039;&amp;#039;/etc/init.d/procps.sh&amp;#039;&amp;#039;, and it sets up the &amp;#039;&amp;#039;/proc/sys&amp;#039;&amp;#039; virtual filesystem early on in the boot process of your Debian machine. This matters to us, system administrators, because if the script is invoked with &amp;quot;start&amp;quot;, it runs the following command (a.o.):&lt;br /&gt;
 sysctl -q -p /etc/procsys.conf&lt;br /&gt;
(well actually the last parameter is not included in the command, but since it&amp;#039;s the default value for the location and name of the parameter file, it&amp;#039;s totally equivalent).&lt;br /&gt;
&lt;br /&gt;
This matters to us, since there are a lot of things we can - and want to! - do with the &amp;#039;&amp;#039;/proc/sys&amp;#039;&amp;#039; filesystem. For these, see our separate page of [[Procsys recommendations|/proc/sys recommendations]]. Furthermore, remember that you can reinitialize the &amp;#039;&amp;#039;/proc/sys&amp;#039;&amp;#039; filesystem with the command&lt;br /&gt;
 /etc/init.d/procps.sh start&lt;br /&gt;
(although just running &amp;#039;&amp;#039;sysctl -p&amp;#039;&amp;#039; works the same if you just want to effectuate edits to &amp;#039;&amp;#039;/etc/sysctl.conf&amp;#039;&amp;#039; :-)&lt;/div&gt;</summary>
		<author><name>Saruman!</name></author>
	</entry>
</feed>