Remove deprecated path from systemd service file

Resolves: RHEL-101169
This commit is contained in:
Vitezslav Crhonek 2025-07-14 09:31:04 +02:00
parent f7f531cde7
commit d5ae0150c9
2 changed files with 3 additions and 1 deletions

View File

@ -412,6 +412,8 @@ fi
* Mon Jul 14 2025 Vitezslav Crhonek <vcrhonek@redhat.com> - 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 <tdawson@redhat.com> - 2.7.2-9
- Bump release for October 2024 mass rebuild:

View File

@ -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