Description of problem: On startup of the nut-monitor, nut-driver-enumerator and nut-driver@ services error is reported: systemd-tmpfiles[5767]: Failed to open '/usr/lib/tmpfiles.d/nut-client.conf': No such file or directory The nut-client rpm provides the file /usr/lib/tmpfiles.d/nut-common.conf which I assume is what these systemd service files should be referring to. Version-Release number of selected component (if applicable): 2.8.0-3.el9 How reproducible: Every time Steps to Reproduce: 1. install nut tools 2. configure UPS driver/monitor 3. systemctl start nut-driver-enumerator Actual results: systemd-tmpfiles[5767]: Failed to open '/usr/lib/tmpfiles.d/nut-client.conf': No such file or directory Expected results: No error reported Additional info:
same issue on el8 nut-client-2.8.0-3.el8.x86_64 ExecStartPre=-/usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/nut-client.conf but seems ok on el7 nut-client-2.8.0-2.el7.x86_64 ExecStartPre=-/usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/nut-common.conf both have file usr/lib/tmpfiles.d/nut-common.conf