mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-05 09:17:44 +03:00
man: Fix user generator output paths
These are all under $XDG_RUNTIME_DIR/systemd instead of directly under $XDG_RUNTIME_DIR. (cherry picked from commit80c7d4b8fa
) (cherry picked from commit16183e66f6
) (cherry picked from commit56c4a34fa0
)
This commit is contained in:
parent
9992ccdb7b
commit
3d3616a46e
@ -102,16 +102,16 @@
|
||||
<listitem>
|
||||
<para><parameter>normal-dir</parameter></para>
|
||||
<para>In normal use this is <filename>/run/systemd/generator</filename> in case of the system
|
||||
generators and <filename>$XDG_RUNTIME_DIR/generator</filename> 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 <filename>$XDG_RUNTIME_DIR/systemd/generator</filename> 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.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><parameter>early-dir</parameter></para>
|
||||
<para>In normal use this is <filename>/run/systemd/generator.early</filename> in case of the system
|
||||
generators and <filename>$XDG_RUNTIME_DIR/generator.early</filename> in case of the user
|
||||
generators and <filename>$XDG_RUNTIME_DIR/systemd/generator.early</filename> in case of the user
|
||||
generators. Unit files placed in this directory override unit files in <filename>/usr/</filename>,
|
||||
<filename>/run/</filename> and <filename>/etc/</filename>. This means that unit files placed in this
|
||||
directory take precedence over all normal configuration, both vendor and user/administrator.</para>
|
||||
@ -120,7 +120,7 @@
|
||||
<listitem>
|
||||
<para><parameter>late-dir</parameter></para>
|
||||
<para>In normal use this is <filename>/run/systemd/generator.late</filename> in case of the system
|
||||
generators and <filename>$XDG_RUNTIME_DIR/generator.late</filename> in case of the user
|
||||
generators and <filename>$XDG_RUNTIME_DIR/systemd/generator.late</filename> 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.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user