<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.scott5.org/index.php?action=history&amp;feed=atom&amp;title=Systemd</id>
	<title>Systemd - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.scott5.org/index.php?action=history&amp;feed=atom&amp;title=Systemd"/>
	<link rel="alternate" type="text/html" href="https://wiki.scott5.org/index.php?title=Systemd&amp;action=history"/>
	<updated>2026-04-19T02:14:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.scott5.org/index.php?title=Systemd&amp;diff=1658&amp;oldid=prev</id>
		<title>Scott: Created page with &quot;{{lowercase title}}  == Manage Services == &lt;pre&gt; systemctl start nginx.service systemctl stop nginx.service systemctl restart nginx.service systemctl reload nginx.service &lt;/pr...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.scott5.org/index.php?title=Systemd&amp;diff=1658&amp;oldid=prev"/>
		<updated>2016-04-28T17:35:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{lowercase title}}  == Manage Services == &amp;lt;pre&amp;gt; systemctl start nginx.service systemctl stop nginx.service systemctl restart nginx.service systemctl reload nginx.service &amp;lt;/pr...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{lowercase title}}&lt;br /&gt;
&lt;br /&gt;
== Manage Services ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
systemctl start nginx.service&lt;br /&gt;
systemctl stop nginx.service&lt;br /&gt;
systemctl restart nginx.service&lt;br /&gt;
systemctl reload nginx.service&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Start on Boot ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
systemctl enable nginx.service&lt;br /&gt;
systemctl disable nginx.service&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Services are called &amp;quot;units&amp;quot; ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
systemctl list-units        # show active services in memory&lt;br /&gt;
systemctl list-units --all  # show all services in memory&lt;br /&gt;
systemctl list-unit-files   # show all possible units&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Reading Logs ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
journalctl      # show all logs&lt;br /&gt;
journalctl -b   # show all logs since last boot&lt;br /&gt;
journalctl -k   # show only kernel logs&lt;br /&gt;
journalctl -b -u nginx.service  # show logs for a service since boot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Scott</name></author>
	</entry>
</feed>