Start the service using SSL by default

This commit is contained in:
Vitezslav Crhonek 2014-01-07 10:30:41 +01:00
parent f20c6a60ed
commit 81d24c7546
2 changed files with 5 additions and 2 deletions

View File

@ -14,7 +14,7 @@ BuildRequires: perl-devel pkgconfig openssl-devel
BuildRequires: cmake
BuildRequires: systemd-units
Version: 2.4.0
Release: 2%{?dist}
Release: 3%{?dist}
Url: http://www.openwsman.org/
License: BSD
Group: Applications/System
@ -290,6 +290,9 @@ rm -f /var/log/wsmand.log
%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
- Build with full relro
- Fix provides/requires

View File

@ -4,7 +4,7 @@ After=syslog.target
[Service]
Type=forking
ExecStart=/usr/sbin/openwsmand
ExecStart=/usr/sbin/openwsmand -S
ExecStartPre=/etc/openwsman/owsmantestcert.sh
PIDFile=/var/run/wsmand.pid