man: correct units path usage according to FHS (#11388)

According to the Filesystem Hierarchy Standard, "The /usr/local hierarchy is for use by the system administrator when installing software locally. It needs to be safe from being overwritten when the system software is updated". So it should not be used by installed packages.
This commit is contained in:
Jonas DOREL 2019-04-08 08:19:58 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 700805f6c5
commit 565026b49a
1 changed files with 6 additions and 4 deletions

View File

@ -326,7 +326,7 @@
</row>
<row>
<entry><filename>/etc/systemd/system</filename></entry>
<entry>Local configuration</entry>
<entry>System units created by the administrator</entry>
</row>
<row>
<entry><filename>/run/systemd/system</filename></entry>
@ -339,10 +339,11 @@
</row>
<row>
<entry><filename>/usr/local/lib/systemd/system</filename></entry>
<entry morerows="1">Units of installed packages</entry>
<entry>System units installed by the administrator </entry>
</row>
<row>
<entry><filename>/usr/lib/systemd/system</filename></entry>
<entry>System units installed by the distribution package manager</entry>
</row>
<row>
<entry><filename>/run/systemd/generator.late</filename></entry>
@ -391,7 +392,7 @@
</row>
<row>
<entry><filename>/etc/systemd/user</filename></entry>
<entry>Local configuration</entry>
<entry>User units created by the administrator</entry>
</row>
<row>
<entry><filename>$XDG_RUNTIME_DIR/systemd/user</filename></entry>
@ -416,10 +417,11 @@
</row>
<row>
<entry><filename>/usr/local/lib/systemd/user</filename></entry>
<entry morerows="1">Units of packages that have been installed system-wide</entry>
<entry>User units installed by the administrator</entry>
</row>
<row>
<entry><filename>/usr/lib/systemd/user</filename></entry>
<entry>User units installed by the distribution package manager</entry>
</row>
<row>
<entry><filename>$XDG_RUNTIME_DIR/systemd/generator.late</filename></entry>