<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Linux Targets on </title>
    <link>https://wassimaouadi.com/tags/linux-targets/</link>
    <description>Recent content in Linux Targets on </description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 15 Jul 2026 21:31:13 +0200</lastBuildDate>
    <atom:link href="https://wassimaouadi.com/tags/linux-targets/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Linux Units</title>
      <link>https://wassimaouadi.com/technotes/linuxunits/</link>
      <pubDate>Wed, 15 Jul 2026 21:31:13 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/linuxunits/</guid>
      <description>&lt;h1 id=&#34;linux-units&#34;&gt;Linux units&lt;/h1&gt;&#xA;&lt;p&gt;Units are configuration files that describe the resources that are managed by &lt;em&gt;systemd&lt;/em&gt;. They are stored in four filesystem paths. If I do a manual search I can approximately tell where they are:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Wassim@linux:~$ find / -mindepth 1 -name systemd 2&amp;gt;/dev/null&#xA;/home/Wassim/Documents/ddupdate/systemd&#xA;/home/Wassim/.config/systemd&#xA;/run/systemd&#xA;/run/udev/tags/systemd&#xA;/run/user/1000/systemd&#xA;/etc/xdg/systemd&#xA;/etc/systemd&#xA;/var/lib/systemd&#xA;/var/lib/flatpak/runtime/org.gnome.Platform/x86_64/49/e51263e53d04900556e2f97ac2b27201f632f604d68d67f50323f9a99389fdb0/files/lib/systemd&#xA;/var/lib/flatpak/runtime/org.gnome.Platform/x86_64/49/e51263e53d04900556e2f97ac2b27201f632f604d68d67f50323f9a99389fdb0/files/share/licenses/gnome/systemd&#xA;/var/lib/flatpak/runtime/org.gnome.Platform/x86_64/50/a8da766dd0273a67539d2b98358ed6809d8e729280baf63428108837135229d3/files/lib/systemd&#xA;&#xA;&amp;lt;---- output omitted ----&amp;gt;&#xA;&#xA;/var/lib/snapd/snap/gnome-3-38-2004/143/usr/lib/systemd&#xA;/usr/lib/systemd&#xA;/usr/lib/systemd/systemd&#xA;/usr/lib64/systemd&#xA;/usr/lib64/python3.12/site-packages/systemd&#xA;/usr/share/licenses/systemd&#xA;/usr/share/doc/systemd&#xA;/usr/share/systemd&#xA;/usr/share/cockpit/systemd&#xA;Wassim@linux:~$ &#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;em&gt;/run/systemd&lt;/em&gt; seem to store runtime unit files, because &lt;em&gt;/run/&lt;/em&gt; typically contains runtime data, so it can not be a permanent location of systemd unit files. There is also &lt;em&gt;/etc/systemd&lt;/em&gt; and &lt;em&gt;/usr/lib/systemd/system/&lt;/em&gt;. The latter appears to store system units:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
