From 80c7d4b8fa9f8283af7f0213739e3463c68a30f6 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 13 Mar 2023 11:26:06 +0100 Subject: man: Fix user generator output paths These are all under $XDG_RUNTIME_DIR/systemd instead of directly under $XDG_RUNTIME_DIR. --- man/systemd.generator.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/systemd.generator.xml') diff --git a/man/systemd.generator.xml b/man/systemd.generator.xml index c7e8bef4fb..5e39c5877f 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. -- cgit v1.2.1