systemd 239 brings a new complaint about a legacy of '/var/run' for tmpfiles ( https://github.com/systemd/systemd/commit/a2d1fb882c4308bc10362d971f333c5031d60069 ).
journalctl:
systemd-tmpfiles[2675]: [/usr/lib/tmpfiles.d/ipa.conf:1] Line references path below legacy directory /var/run/, updating /var/run/ipa → /run/ipa; please update the tmpfiles.d/ drop-in file accordingly. systemd-tmpfiles[2675]: [/usr/lib/tmpfiles.d/ipa.conf:2] Line references path below legacy directory /var/run/, updating /var/run/ipa/ccaches → /run/ipa/ccaches; please update the tmpfiles.d/ drop-in file accordingly.
It's not a critical, but annoying. Can be reproduced by:
systemd-tmpfiles --create ipa.conf
master:
ipa-4-7:
Metadata Update from @cheimes: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)