<?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: How to Auto Execute Commands/Scripts During Reboot or Startup	</title>
	<atom:link href="https://www.tecmint.com/auto-execute-linux-scripts-during-reboot-or-startup/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/auto-execute-linux-scripts-during-reboot-or-startup/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 16:52:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ara		</title>
		<link>https://www.tecmint.com/auto-execute-linux-scripts-during-reboot-or-startup/comment-page-1/#comment-1342385</link>

		<dc:creator><![CDATA[Ara]]></dc:creator>
		<pubDate>Sun, 05 Jul 2020 05:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24556#comment-1342385</guid>

					<description><![CDATA[Hello tecmint,

I want to run this command under regular user not as root every time my VPS restarted, its a cheap VPS still running centos 5
&lt;pre&gt;
# nohup java -jar /opt/serposcope-2.11.0.jar &#038;
&lt;/pre&gt;
this guide seems to execute as a root]]></description>
			<content:encoded><![CDATA[<p>Hello tecmint,</p>
<p>I want to run this command under regular user not as root every time my VPS restarted, its a cheap VPS still running centos 5</p>
<pre>
# nohup java -jar /opt/serposcope-2.11.0.jar &amp;
</pre>
<p>this guide seems to execute as a root</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jon vezinat		</title>
		<link>https://www.tecmint.com/auto-execute-linux-scripts-during-reboot-or-startup/comment-page-1/#comment-1335248</link>

		<dc:creator><![CDATA[Jon vezinat]]></dc:creator>
		<pubDate>Tue, 26 May 2020 17:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24556#comment-1335248</guid>

					<description><![CDATA[This worked just like I was needed.  The &lt;strong&gt;rc.local&lt;/strong&gt; was what I needed to create a &quot;&lt;strong&gt;gold disk&lt;/strong&gt;&quot; partition to cover different hardware.]]></description>
			<content:encoded><![CDATA[<p>This worked just like I was needed.  The <strong>rc.local</strong> was what I needed to create a &#8220;<strong>gold disk</strong>&#8221; partition to cover different hardware.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Liz Thompson		</title>
		<link>https://www.tecmint.com/auto-execute-linux-scripts-during-reboot-or-startup/comment-page-1/#comment-1036193</link>

		<dc:creator><![CDATA[Liz Thompson]]></dc:creator>
		<pubDate>Sun, 16 Sep 2018 15:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24556#comment-1036193</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/auto-execute-linux-scripts-during-reboot-or-startup/comment-page-1/#comment-1030479&quot;&gt;Liz Thompson&lt;/a&gt;.

I fixed things...

&lt;strong&gt;/etc/profile&lt;/strong&gt; can me made executable and allows system wide settings to be made here.

Better yet I wrote a script &#039;&lt;strong&gt;startup&lt;/strong&gt;&#039; and put in my local &#039;&lt;strong&gt;bin&lt;/strong&gt;&#039; directory and added it to Mint Mate&#039;s startup programs.

Now I can edit without root permission and set all kinds of things.

Things got crazy when I added the new external monitor HDMI, touchscreen, sound and all needed tweaking.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/auto-execute-linux-scripts-during-reboot-or-startup/comment-page-1/#comment-1030479">Liz Thompson</a>.</p>
<p>I fixed things&#8230;</p>
<p><strong>/etc/profile</strong> can me made executable and allows system wide settings to be made here.</p>
<p>Better yet I wrote a script &#8216;<strong>startup</strong>&#8216; and put in my local &#8216;<strong>bin</strong>&#8216; directory and added it to Mint Mate&#8217;s startup programs.</p>
<p>Now I can edit without root permission and set all kinds of things.</p>
<p>Things got crazy when I added the new external monitor HDMI, touchscreen, sound and all needed tweaking.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Liz Thompson		</title>
		<link>https://www.tecmint.com/auto-execute-linux-scripts-during-reboot-or-startup/comment-page-1/#comment-1030479</link>

		<dc:creator><![CDATA[Liz Thompson]]></dc:creator>
		<pubDate>Fri, 31 Aug 2018 20:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24556#comment-1030479</guid>

					<description><![CDATA[Linux mint has no &lt;strong&gt;rc.d&lt;/strong&gt; folder, it does have r&lt;strong&gt;c0.d, rc1.d up&lt;/strong&gt; to &lt;strong&gt;rc6.d/etc/rc.local&lt;/strong&gt; does not execute in Linux Mint but is there.

There is an &lt;strong&gt;/etc/init.d/rc.local&lt;/strong&gt; that supposedly executes &lt;strong&gt;/etc/rc.local&lt;/strong&gt; but doesn&#039;t.]]></description>
			<content:encoded><![CDATA[<p>Linux mint has no <strong>rc.d</strong> folder, it does have r<strong>c0.d, rc1.d up</strong> to <strong>rc6.d/etc/rc.local</strong> does not execute in Linux Mint but is there.</p>
<p>There is an <strong>/etc/init.d/rc.local</strong> that supposedly executes <strong>/etc/rc.local</strong> but doesn&#8217;t.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dbp		</title>
		<link>https://www.tecmint.com/auto-execute-linux-scripts-during-reboot-or-startup/comment-page-1/#comment-906598</link>

		<dc:creator><![CDATA[dbp]]></dc:creator>
		<pubDate>Tue, 15 Aug 2017 04:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24556#comment-906598</guid>

					<description><![CDATA[rc.local is obsolete, use systemd instead]]></description>
			<content:encoded><![CDATA[<p>rc.local is obsolete, use systemd instead</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
