<?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 Manage &#8216;Systemd&#8217; Services and Units Using &#8216;Systemctl&#8217; in Linux	</title>
	<atom:link href="https://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 23:47:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: m		</title>
		<link>https://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/comment-page-1/#comment-1463333</link>

		<dc:creator><![CDATA[m]]></dc:creator>
		<pubDate>Sun, 28 Mar 2021 11:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13076#comment-1463333</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/comment-page-1/#comment-1463326&quot;&gt;m&lt;/a&gt;.

edit : 

I&#039;m asking this question, as I&#039;m confused about init &#038; systems. Considering the fact that PIDs are assigned in ascending order, and that init always get the PID 1. am I missing something?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/comment-page-1/#comment-1463326">m</a>.</p>
<p>edit : </p>
<p>I&#8217;m asking this question, as I&#8217;m confused about init &amp; systems. Considering the fact that PIDs are assigned in ascending order, and that init always get the PID 1. am I missing something?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: m		</title>
		<link>https://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/comment-page-1/#comment-1463326</link>

		<dc:creator><![CDATA[m]]></dc:creator>
		<pubDate>Sun, 28 Mar 2021 11:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13076#comment-1463326</guid>

					<description><![CDATA[I&#039;m quoting &#039;Notice: systemd is running as parent daemon (PID=1).&#039; here, I guess the ppid is the one that equals one, and the init service is the one with pid=1, as it&#039;s the first daemon service initiated by the kernel]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m quoting &#8216;Notice: systemd is running as parent daemon (PID=1).&#8217; here, I guess the ppid is the one that equals one, and the init service is the one with pid=1, as it&#8217;s the first daemon service initiated by the kernel</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: nashi		</title>
		<link>https://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/comment-page-1/#comment-1376884</link>

		<dc:creator><![CDATA[nashi]]></dc:creator>
		<pubDate>Sun, 18 Oct 2020 21:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13076#comment-1376884</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/comment-page-1/#comment-1371403&quot;&gt;Tanveer Malik&lt;/a&gt;.

From the error, it seems that the &lt;strong&gt;systemd&lt;/strong&gt; is not the init system. I never used &lt;strong&gt;WSL&lt;/strong&gt; but MS might not be using systems.
 
Can you see systemd in the output of top command?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/comment-page-1/#comment-1371403">Tanveer Malik</a>.</p>
<p>From the error, it seems that the <strong>systemd</strong> is not the init system. I never used <strong>WSL</strong> but MS might not be using systems.</p>
<p>Can you see systemd in the output of top command?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tanveer Malik		</title>
		<link>https://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/comment-page-1/#comment-1371403</link>

		<dc:creator><![CDATA[Tanveer Malik]]></dc:creator>
		<pubDate>Thu, 08 Oct 2020 12:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13076#comment-1371403</guid>

					<description><![CDATA[I am just about starting with Ubuntu on Windows 10 - have tried it with WSL 2 and from Ubuntu as well.

I started following your instructions, but couldn&#039;t go beyond this point.
&lt;pre&gt;
# ps -eaf &#124; grep [s]ystemd
&lt;/pre&gt;
This returned an empty value, and hence am unable to proceed any farther. I have been stuck at this error now for weeks BUT no luck. 

I always get this error
&lt;pre&gt;
The system has not been booted with systemd as an init system (PID 1). Can&#039;t operate.
Failed to create bus connection: Host is down `.
&lt;/pre&gt;
I will be very thankful and appreciate a lot if someone here can bail me out of it?
TIA]]></description>
			<content:encoded><![CDATA[<p>I am just about starting with Ubuntu on Windows 10 &#8211; have tried it with WSL 2 and from Ubuntu as well.</p>
<p>I started following your instructions, but couldn&#8217;t go beyond this point.</p>
<pre>
# ps -eaf | grep [s]ystemd
</pre>
<p>This returned an empty value, and hence am unable to proceed any farther. I have been stuck at this error now for weeks BUT no luck. </p>
<p>I always get this error</p>
<pre>
The system has not been booted with systemd as an init system (PID 1). Can't operate.
Failed to create bus connection: Host is down `.
</pre>
<p>I will be very thankful and appreciate a lot if someone here can bail me out of it?<br />
TIA</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/comment-page-1/#comment-1342574</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 06 Jul 2020 04:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13076#comment-1342574</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/comment-page-1/#comment-1342439&quot;&gt;Donald Harvey&lt;/a&gt;.

@Donald,

Corrected the command in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/manage-services-using-systemd-and-systemctl-in-linux/comment-page-1/#comment-1342439">Donald Harvey</a>.</p>
<p>@Donald,</p>
<p>Corrected the command in the article&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
