<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7610&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / How to use the Init system?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7610</link>
		<description><![CDATA[The most recent posts in How to use the Init system?.]]></description>
		<lastBuildDate>Sun, 30 Nov 2025 11:48:31 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: How to use the Init system?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60256#p60256</link>
			<description><![CDATA[<p>maybe we can simulate this init start thing?</p><p>would like to start this program boinc &quot;automatically&quot; at startup.</p><p><a href="https://boinc.berkeley.edu/wiki/Stop_or_start_BOINC_daemon_after_boot" rel="nofollow">https://boinc.berkeley.edu/wiki/Stop_or … after_boot</a></p><p>thank you very much.</p><p><a href="https://github.com/BOINC/boinc/wiki/Stop_or_start_BOINC_daemon_after_boot" rel="nofollow">https://github.com/BOINC/boinc/wiki/Sto … after_boot</a></p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Sun, 30 Nov 2025 11:48:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60256#p60256</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to use the Init system?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60243#p60243</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>sysv-rc-conf</p></div></blockquote></div><p> isn&#039;t bad either.</p>]]></description>
			<author><![CDATA[dummy@example.com (swanson)]]></author>
			<pubDate>Sun, 30 Nov 2025 07:15:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60243#p60243</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to use the Init system?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60237#p60237</link>
			<description><![CDATA[<p>if ya miss the systemctl heuristics there&#039;s this script i call initctl which wraps update-rc.d(8) and service(8) in a familiar way while ya learn the ropes of using those commands.</p><p><a href="https://github.com/eylles/devuan-scripts/blob/master/initctl" rel="nofollow">https://github.com/eylles/devuan-script … er/initctl</a></p>]]></description>
			<author><![CDATA[dummy@example.com (EDX-0)]]></author>
			<pubDate>Sat, 29 Nov 2025 23:21:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60237#p60237</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to use the Init system?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60234#p60234</link>
			<description><![CDATA[<p>I often do this when tidying up the start process... for services I use and not everything available, especially for accessability services.</p><div class="codebox"><pre><code>rc-update del sudo default
rc-update add sudo off
rc-update add ssh off
rc-update del ssh default
rc-update del saned default
rc-update add saned off
rc-update add nethack-common off
rc-update del nethack-common default
rc-update del fetchmail default
rc-update add fetchmail off
rc-update add exim4 off
rc-update del exim4 default</code></pre></div><p>.... (plus a whole lot more where I profer to start them myself when required.)</p><p>If you type rc-update you&#039;ll get a complete list for your system. (I&#039;m using open-rc)</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Sat, 29 Nov 2025 23:08:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60234#p60234</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to use the Init system?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60173#p60173</link>
			<description><![CDATA[<p>@fsmithred </p><p>Thank you, very nice find</p>]]></description>
			<author><![CDATA[dummy@example.com (unixuser)]]></author>
			<pubDate>Fri, 28 Nov 2025 13:38:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60173#p60173</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to use the Init system?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60054#p60054</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>When I install a new distro I typically run &#039;sudo lsof -i&#039; to see what is [Listening] and work to remove any potentially vulnerable network aware applications.</p><p>I&#039;m struggling to learn how the init system works. A small guide on how to use the Devuan init for managing daemons would be nice for the following actions:</p><p>Do I need to know about runlevels for daemons?<br />How to Start a service:<br />How to stop a service:<br />How to disable a service:<br />How to enable a service:</p><p>What is the correct procedure to follow before &#039;sudo apt remove &lt;package&gt;&#039; that also has a service module?</p></div></blockquote></div><p>Yep, most people here do not like to use ai too much ... but ... you can try to ask ai to get some answers.</p>]]></description>
			<author><![CDATA[dummy@example.com (Devarch)]]></author>
			<pubDate>Mon, 24 Nov 2025 23:59:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60054#p60054</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to use the Init system?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60049#p60049</link>
			<description><![CDATA[<p>Old but still useful -<br /><a href="https://refracta.org/docs/debian-handbook-wheezy.pdf" rel="nofollow">https://refracta.org/docs/debian-handbook-wheezy.pdf</a><br />Last Debian Administrator&#039;s Handbook before systemd.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 24 Nov 2025 21:31:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60049#p60049</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to use the Init system?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60037#p60037</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Do I need to know about runlevels for daemons?<br />How to Start a service:<br />How to stop a service:<br />How to disable a service:<br />How to enable a service:</p><p>What is the correct procedure to follow before &#039;sudo apt remove &lt;package&gt;&#039; that also has a service module?</p></div></blockquote></div><p>The runlevels will be in the file that controls the daemon in the /etc/init.d/ directory,</p><div class="codebox"><pre><code>sudo /etc/init.d/service start
sudo /etc/init.d/service stop
sudo update-rc.d service remove
sudo update-rc.d service defaults</code></pre></div><p>Those would be the answers to your next four questions usually you can find the options used with /etc/init.d/service by reading the plain text file it is to see what is available in it. Most times there is a <strong>restart</strong> option and some of the time a <strong>force-reload</strong> that can be used as well.</p><p>Apt will shut down the service before/during removal as I remember it as never having to do anything special when I have done it, using the <strong>--purge</strong> option with it when removing will get rid of all of the configuration files installed by the package as well.</p>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Mon, 24 Nov 2025 15:07:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60037#p60037</guid>
		</item>
		<item>
			<title><![CDATA[How to use the Init system?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60031#p60031</link>
			<description><![CDATA[<p>When I install a new distro I typically run &#039;sudo lsof -i&#039; to see what is [Listening] and work to remove any potentially vulnerable network aware applications.</p><p>I&#039;m struggling to learn how the init system works. A small guide on how to use the Devuan init for managing daemons would be nice for the following actions:</p><p>Do I need to know about runlevels for daemons?<br />How to Start a service:<br />How to stop a service:<br />How to disable a service:<br />How to enable a service:</p><p>What is the correct procedure to follow before &#039;sudo apt remove &lt;package&gt;&#039; that also has a service module?</p>]]></description>
			<author><![CDATA[dummy@example.com (https_force)]]></author>
			<pubDate>Mon, 24 Nov 2025 12:46:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60031#p60031</guid>
		</item>
	</channel>
</rss>
