From 565026b49a9a6881e341db13f209fdad23bac47d Mon Sep 17 00:00:00 2001 From: Jonas DOREL Date: Mon, 8 Apr 2019 08:19:58 +0200 Subject: [PATCH] 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. --- man/systemd.unit.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 6fee4c2faf1..81a02253ed9 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -326,7 +326,7 @@ /etc/systemd/system - Local configuration + System units created by the administrator /run/systemd/system @@ -339,10 +339,11 @@ /usr/local/lib/systemd/system - Units of installed packages + System units installed by the administrator /usr/lib/systemd/system + System units installed by the distribution package manager /run/systemd/generator.late @@ -391,7 +392,7 @@ /etc/systemd/user - Local configuration + User units created by the administrator $XDG_RUNTIME_DIR/systemd/user @@ -416,10 +417,11 @@ /usr/local/lib/systemd/user - Units of packages that have been installed system-wide + User units installed by the administrator /usr/lib/systemd/user + User units installed by the distribution package manager $XDG_RUNTIME_DIR/systemd/generator.late -- 2.39.2