Remove deprecated path from systemd service file

Resolves: RHEL-86502
This commit is contained in:
Vitezslav Crhonek 2025-04-11 09:24:14 +02:00
parent 870d6465d2
commit 5898829069
2 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,7 @@ After=syslog.target slpd.service
Type=forking
ExecStartPre=/usr/share/Pegasus/scripts/generate-certs
ExecStart=/usr/sbin/cimserver
PIDFile=/var/run/tog-pegasus/cimserver.pid
PIDFile=/run/tog-pegasus/cimserver.pid
[Install]
WantedBy=multi-user.target

View File

@ -6,7 +6,7 @@
Name: tog-pegasus
Version: %{major_ver}.1
Release: 76%{?dist}
Release: 77%{?dist}
Epoch: 2
Summary: OpenPegasus WBEM Services for Linux
@ -574,6 +574,10 @@ fi
%changelog
* Fri Apr 11 2025 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.14.1-77
- Remove deprecated path from systemd service file
Resolves: RHEL-86502
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2:2.14.1-76
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018