diff --git a/man/systemd.generator.xml b/man/systemd.generator.xml index 1f916ac65e..6a60eaa416 100644 --- a/man/systemd.generator.xml +++ b/man/systemd.generator.xml @@ -102,16 +102,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. @@ -120,7 +120,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.