From 81d24c7546c8f6b5d612046f6b275078160fc2a6 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Jan 07 2014 09:30:41 +0000 Subject: Start the service using SSL by default --- diff --git a/openwsman.spec b/openwsman.spec index 0d9497c..d147a43 100644 --- a/openwsman.spec +++ b/openwsman.spec @@ -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 - 2.4.0-3 +- Start the service using SSL by default + * Mon Sep 30 2013 Vitezslav Crhonek - 2.4.0-2 - Build with full relro - Fix provides/requires diff --git a/openwsmand.service b/openwsmand.service index 142cd5b..e10c75d 100644 --- a/openwsmand.service +++ b/openwsmand.service @@ -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