summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-12-07 21:03:32 +0100
committerGitHub <noreply@github.com>2017-12-07 21:03:32 +0100
commit8ea2dcb0614b9c2fd327ea927731cf306129bd69 (patch)
treef7384b3d88acac1099c86c2251db66551938129e /NEWS
parent2ac6aeace1f1eb4a66ea9117aa61feade849a531 (diff)
downloadsystemd-8ea2dcb0614b9c2fd327ea927731cf306129bd69.tar.gz
NEWS: mention systemd-tmpfiles --user (#7574)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 14 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 3524f145a4..bbb481e922 100644
--- a/NEWS
+++ b/NEWS
@@ -43,14 +43,21 @@ CHANGES WITH 236 in spe:
basic.target unit has been reached, instead of when the run queue ran
empty for the first time.
- * Unit files learnt three new % specifiers that are expanded during
- loading: %S resolves to the top-level state directory (/var/lib for
- the system instance, $XDG_CONFIG_HOME for the user instance), %C
- resolves to the top-level cache directory (/var/cache for the system
- instance, $XDG_CACHE_HOME for the user instance), %L resolves to the
- top-level logs directory (/var/log for the system instance,
+ * Tmpfiles.d with user configuration are now also supported.
+ systemd-tmpfiles gained a new --user switch, and snippets placed in
+ ~/.config/user-tmpfiles.d/ and corresponding directories will be
+ executed by systemd-tmpfiles --user running in the new
+ systemd-tmpfiles-setup.service and systemd-tmpfiles-clean.service
+ running in the user session.
+
+ * Unit files and tmpfiles.d snippets learnt three new % specifiers:
+ %S resolves to the top-level state directory (/var/lib for the system
+ instance, $XDG_CONFIG_HOME for the user instance), %C resolves to the
+ top-level cache directory (/var/cache for the system instance,
+ $XDG_CACHE_HOME for the user instance), %L resolves to the top-level
+ logs directory (/var/log for the system instance,
$XDG_CONFIG_HOME/log/ for the user instance). This matches the
- existing %t specifier, that resolves to the top-level runtime
+ existing %t specifier, that resolves to the top-level runtime
directory (/run for the system instance, and $XDG_RUNTIME_DIR for the
user instance).