#7732 systemd complains about legacy of /var/run
Closed: fixed Opened by slev.

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:

  • 531eca43086915a7ac4b83f7b5c77a6b5735376e Move ipa's systemd tmpfiles from /var/run to /run

ipa-4-7:

  • 13b6fec04582d43bfc057a4cc3dbb7e652c8a64f Move ipa's systemd tmpfiles from /var/run to /run

Metadata Update from @cheimes:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Metadata