Created attachment 1936966 [details] os_tests.tests.test_general_check.TestGeneralCheck.test_check_systemd_analyze_verify_instead.debug Description of problem: Found this message in RHEL-9.2 testing, acpid.socket references a path below legacy directory /var/run/. # systemd-analyze verify acpid.service /usr/lib/systemd/system/acpid.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/acpid.socket → /run/acpid.socket; please update the unit file accordingly. # rpm -qf /usr/lib/systemd/system/acpid.socket acpid-2.0.32-6.el9.x86_64 # systemctl status acpid.service ● acpid.service - ACPI Event Daemon Loaded: loaded (/usr/lib/systemd/system/acpid.service; disabled; preset: disabled) Active: active (running) since Tue 2023-01-10 01:54:09 UTC; 2s ago TriggeredBy: ● acpid.socket Docs: man:acpid(8) Main PID: 4174 (acpid) Tasks: 1 (limit: 10613) Memory: 284.0K CPU: 2ms CGroup: /system.slice/acpid.service └─4174 /usr/sbin/acpid -f # realpath /var/run/acpid.socket /run/acpid.socket # ls -l /var/run lrwxrwxrwx. 1 root root 6 Oct 26 17:16 /var/run -> ../run RHEL Version: RHEL-9.2(5.14.0-212.el9.aarch64) How reproducible: 100% Steps to Reproduce: 1. Create an RHEL-9.2 instance 2. systemd-analyze verify acpid.service Actual results: acpid.socket references a path below legacy directory /var/run/. Expected results: acpid.socket references to /run/acpid.socket. Additional info: - N/A