Wait for the slpd.service in the systemd unit file
This commit is contained in:
parent
0946d29648
commit
7766cce852
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=OpenPegasus CIM Server
|
||||
After=syslog.target
|
||||
After=syslog.target slpd.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
Name: tog-pegasus
|
||||
Version: %{major_ver}.0
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Epoch: 2
|
||||
Summary: OpenPegasus WBEM Services for Linux
|
||||
|
||||
@ -496,6 +496,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 12 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2:2.13.0-9
|
||||
- Wait for the slpd.service in the systemd unit file (patch by Tomas Smetana)
|
||||
|
||||
* Thu Mar 06 2014 Stephen Gallagher <sgallagh@redhat.com> - 2:2.13.0-8
|
||||
- Generate SSL certificates with x509v3 and CA:FALSE
|
||||
- Automatically import self-signed certificates into local trust-store
|
||||
|
Loading…
Reference in New Issue
Block a user