summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-20 22:30:18 +0200
committerGitHub <noreply@github.com>2018-06-20 22:30:18 +0200
commit92963e74dfa597038ca35799980ba8832fc8c5a4 (patch)
tree03eb474167ab18d7890f1f88dda2e91e68d61db2 /man
parent56ddbf1009a16e2c2b063f3c3d41e1416b0fc17a (diff)
parentd45e481ed20a3dd10395fbd94e27222a5f51d4be (diff)
downloadsystemd-92963e74dfa597038ca35799980ba8832fc8c5a4.tar.gz
Merge pull request #9363 from yuwata/specifier-config-dir
core: add unit specifier for configuration directory root
Diffstat (limited to 'man')
-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 673f5575db..92c0f6297a 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -1536,6 +1536,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>%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>
+ </row>
+ <row>
<entry><literal>%f</literal></entry>
<entry>Unescaped filename</entry>
<entry>This is either the unescaped instance name (if applicable) with <filename>/</filename> prepended (if applicable), or the unescaped prefix name prepended with <filename>/</filename>. This implements unescaping according to the rules for escaping absolute file system paths discussed above.</entry>