<?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>Evolution Systems &#187; Startup</title>
	<atom:link href="http://evolution-systems.co.uk/tag/startup/feed/" rel="self" type="application/rss+xml" />
	<link>http://evolution-systems.co.uk</link>
	<description>Web Development, Software Development and Linux Consultancy services</description>
	<lastBuildDate>Fri, 08 Aug 2025 09:18:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Running Scripts At Startup On Ubuntu</title>
		<link>http://evolution-systems.co.uk/2009/06/05/running-scripts-at-startup-on-ubuntu-2/</link>
		<comments>http://evolution-systems.co.uk/2009/06/05/running-scripts-at-startup-on-ubuntu-2/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 12:49:55 +0000</pubDate>
		<dc:creator><![CDATA[Matthew Jakeman]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Matts Blog]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://evolution-systems.co.uk/wordpress/?p=484</guid>
		<description><![CDATA[With a lot of the boxes I set up I write at least one custom script that needs to be run at boot time to configure a bunch of stuff for one reason or another. The scripts themselves are irrelevant but making sure they run when the machine boots is obviously important. It is a [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>With a lot of the boxes I set up I write at least one custom script that needs to be run at boot time to configure a bunch of stuff for one reason or another.</p>
<p>The scripts themselves are irrelevant but making sure they run when the machine boots is obviously important.</p>
<p>It is a simple process but I often forget the command so it&#8217;s going on here. Create the script you want to run and plonk it into /etc/init.d/.</p>
<p>Now make the script executable.</p>
<p><code>chmod +x /etc/init.d/script.sh</code><br />
Now that is done you need to inform the system that you have a new script that you want to be run on startup. On Ubuntu this is done as follows.</p>
<p><code>update-rc.d script.sh defaults</code><br />
The defaults argument puts a link to the scripts start procedure at run levels 2, 3, 4 and 5. It also puts a link to the scripts stop procedure at run levels 0, 1 and 6. For more information on how to configure this more finely look at man(8) update-rc.d.</p>
]]></content:encoded>
			<wfw:commentRss>http://evolution-systems.co.uk/2009/06/05/running-scripts-at-startup-on-ubuntu-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
