aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-21 00:08:36 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-06-21 10:26:49 +0900
commit88099359782aa39ee0d4270f19852def407b6e64 (patch)
treebe59e8c84b9649c84ef925d8aeae4c4a2063800d
parentMerge pull request #9366 from poettering/udev-wants-dep-fix (diff)
downloadsystemd-88099359782aa39ee0d4270f19852def407b6e64.tar.gz
systemd-88099359782aa39ee0d4270f19852def407b6e64.tar.bz2
systemd-88099359782aa39ee0d4270f19852def407b6e64.zip
NEWS: mention %E
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index aa0929cf6..5f838bf15 100644
--- a/NEWS
+++ b/NEWS
@@ -146,9 +146,10 @@ CHANGES WITH 239 in spe:
name following the last dash.
* Unit files and other configuration files that support specifier
- expansion now understand another two new specifiers: %T and %V will
+ expansion now understand another three new specifiers: %T and %V will
resolve to /tmp and /var/tmp respectively, or whatever temporary
- directory has been set for the calling user.
+ directory has been set for the calling user. %E will expand to either
+ /etc (for system units) or $XDG_CONFIG_HOME (for user units).
* The ExecStart= lines of unit files are no longer required to
reference absolute paths. If non-absolute paths are specified the