diff --git a/openwsman.spec b/openwsman.spec index b66ade5..4f15fa3 100644 --- a/openwsman.spec +++ b/openwsman.spec @@ -412,6 +412,8 @@ fi * Mon Jul 14 2025 Vitezslav Crhonek - 2.7.2-10 - Support added for post-quantum cryptography Resolves: RHEL-93091 +- Remove deprecated path from systemd service file + Resolves: RHEL-101169 * Tue Oct 29 2024 Troy Dawson - 2.7.2-9 - Bump release for October 2024 mass rebuild: diff --git a/openwsmand.service b/openwsmand.service index e10c75d..a42b11f 100644 --- a/openwsmand.service +++ b/openwsmand.service @@ -6,7 +6,7 @@ After=syslog.target Type=forking ExecStart=/usr/sbin/openwsmand -S ExecStartPre=/etc/openwsman/owsmantestcert.sh -PIDFile=/var/run/wsmand.pid +PIDFile=/run/wsmand.pid [Install] WantedBy=multi-user.target