Start the service using SSL by default
This commit is contained in:
parent
f20c6a60ed
commit
81d24c7546
@ -14,7 +14,7 @@ BuildRequires: perl-devel pkgconfig openssl-devel
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Url: http://www.openwsman.org/
|
Url: http://www.openwsman.org/
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -290,6 +290,9 @@ rm -f /var/log/wsmand.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 07 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.0-3
|
||||||
|
- Start the service using SSL by default
|
||||||
|
|
||||||
* Mon Sep 30 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.0-2
|
* Mon Sep 30 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.0-2
|
||||||
- Build with full relro
|
- Build with full relro
|
||||||
- Fix provides/requires
|
- Fix provides/requires
|
||||||
|
@ -4,7 +4,7 @@ After=syslog.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart=/usr/sbin/openwsmand
|
ExecStart=/usr/sbin/openwsmand -S
|
||||||
ExecStartPre=/etc/openwsman/owsmantestcert.sh
|
ExecStartPre=/etc/openwsman/owsmantestcert.sh
|
||||||
PIDFile=/var/run/wsmand.pid
|
PIDFile=/var/run/wsmand.pid
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user