]> git.ipfire.org Git - thirdparty/systemd.git/commit
tmpfiles: add %D specifier resolution main
authorSkye Soss <skye@soss.website>
Sun, 31 May 2026 17:24:33 +0000 (12:24 -0500)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sun, 21 Jun 2026 17:20:53 +0000 (18:20 +0100)
commita4f7c9589e0500bf64e5b65c73e1db47d1f54225
treedee05b8a1830bb789e023c1c52d2be91b1c5de39
parent1a8a4700487efb1a7360922da0caeb025977d10e
tmpfiles: add %D specifier resolution

systemd-tmpfiles now resolves the %D specifier to /usr/share
(for the system manager) or $XDG_DATA_HOME (for the user manager).

Closes: https://github.com/systemd/systemd/issues/42010
Signed-off-by: Skye Soss <skye@soss.website>
man/standard-specifiers.xml
man/systemd.unit.xml
man/tmpfiles.d.xml
src/tmpfiles/tmpfiles.c
test/test-systemd-tmpfiles.py