summaryrefslogtreecommitdiff
path: root/man/systemd.unit.xml
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2022-03-17 16:31:07 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-03-17 17:45:01 +0100
commit43b9b2053c68c0bd95fb73430349e970b41beec3 (patch)
treed7069216c258b8427326168fe9c74a78fafc2be5 /man/systemd.unit.xml
parent598a1d763394bdeb4d264e3f15e00cd875777403 (diff)
downloadsystemd-43b9b2053c68c0bd95fb73430349e970b41beec3.tar.gz
core: add %d specifier for the $CREDENTIALS_DIRECTORY
Resolves: #22549
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r--man/systemd.unit.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 8f2f649747..c0c98a0e88 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -1976,6 +1976,11 @@
<entry>This is either <filename>/var/cache</filename> (for the system manager) or the path <literal>$XDG_CACHE_HOME</literal> resolves to (for user managers).</entry>
</row>
<row>
+ <entry><literal>%d</literal></entry>
+ <entry>Credentials directory</entry>
+ <entry>This is the value of the <literal>$CREDENTIALS_DIRECTORY</literal> environment variable if available. See section "Credentials" in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry> for more information.</entry>
+ </row>
+ <row>
<entry><literal>%E</literal></entry>
<entry>Configuration directory root</entry>
<entry>This is either <filename>/etc/</filename> (for the system manager) or the path <literal>$XDG_CONFIG_HOME</literal> resolves to (for user managers).</entry>