Remove deprecated path from systemd service file
Resolves: RHEL-101169
This commit is contained in:
parent
f7f531cde7
commit
d5ae0150c9
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user