<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.randomness.nu/mediawiki/index.php?action=history&amp;feed=atom&amp;title=ensure_services.sh</id>
	<title>ensure services.sh - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.randomness.nu/mediawiki/index.php?action=history&amp;feed=atom&amp;title=ensure_services.sh"/>
	<link rel="alternate" type="text/html" href="https://wiki.randomness.nu/mediawiki/index.php?title=ensure_services.sh&amp;action=history"/>
	<updated>2026-05-14T13:23:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.randomness.nu/mediawiki/index.php?title=ensure_services.sh&amp;diff=84&amp;oldid=prev</id>
		<title>Derg: Created page with &quot; &lt;syntaxhighlight lang=&quot;shell&quot;&gt; #!/bin/sh if [ $(id -u) -ne 0 ]; then   echo Must be run as root &gt;&amp;2   exit 1 fi service cron start service atd start service apache2 start #service ssh start &lt;/syntaxhighlight&gt;&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.randomness.nu/mediawiki/index.php?title=ensure_services.sh&amp;diff=84&amp;oldid=prev"/>
		<updated>2024-09-21T15:47:06Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; &amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt; #!/bin/sh if [ $(id -u) -ne 0 ]; then   echo Must be run as root &amp;gt;&amp;amp;2   exit 1 fi service cron start service atd start service apache2 start #service ssh start &amp;lt;/syntaxhighlight&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
if [ $(id -u) -ne 0 ]; then&lt;br /&gt;
  echo Must be run as root &amp;gt;&amp;amp;2&lt;br /&gt;
  exit 1&lt;br /&gt;
fi&lt;br /&gt;
service cron start&lt;br /&gt;
service atd start&lt;br /&gt;
service apache2 start&lt;br /&gt;
#service ssh start&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Derg</name></author>
	</entry>
</feed>