From: Daan De Meyer Date: Mon, 13 Mar 2023 10:26:06 +0000 (+0100) Subject: man: Fix user generator output paths X-Git-Tag: v254-rc1~1051 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80c7d4b8fa9f8283af7f0213739e3463c68a30f6;p=thirdparty%2Fsystemd.git man: Fix user generator output paths These are all under $XDG_RUNTIME_DIR/systemd instead of directly under $XDG_RUNTIME_DIR. --- diff --git a/man/systemd.generator.xml b/man/systemd.generator.xml index c7e8bef4fb6..5e39c5877fd 100644 --- a/man/systemd.generator.xml +++ b/man/systemd.generator.xml @@ -103,16 +103,16 @@ normal-dir In normal use this is /run/systemd/generator in case of the system - generators and $XDG_RUNTIME_DIR/generator in case of the user generators. Unit - files placed in this directory take precedence over vendor unit configuration but not over native - user/administrator unit configuration. + generators and $XDG_RUNTIME_DIR/systemd/generator in case of the user + generators. Unit files placed in this directory take precedence over vendor unit configuration but + not over native user/administrator unit configuration. early-dir In normal use this is /run/systemd/generator.early in case of the system - generators and $XDG_RUNTIME_DIR/generator.early in case of the user + generators and $XDG_RUNTIME_DIR/systemd/generator.early in case of the user generators. Unit files placed in this directory override unit files in /usr/, /run/ and /etc/. This means that unit files placed in this directory take precedence over all normal configuration, both vendor and user/administrator. @@ -121,7 +121,7 @@ late-dir In normal use this is /run/systemd/generator.late in case of the system - generators and $XDG_RUNTIME_DIR/generator.late in case of the user + generators and $XDG_RUNTIME_DIR/systemd/generator.late in case of the user generators. This directory may be used to extend the unit file tree without overriding any other unit files. Any native configuration files supplied by the vendor or user/administrator take precedence.