From 4f33feb9e02aeb45a6d3e3bafd63e57058b8d573 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Oct 20 2015 13:15:07 +0000 Subject: Set Type=notify instead of simple in etcd.service (upstream #1576) - related: #1272438 --- diff --git a/etcd.service b/etcd.service index 263bc2d..9ad062a 100644 --- a/etcd.service +++ b/etcd.service @@ -3,7 +3,7 @@ Description=Etcd Server After=network.target [Service] -Type=simple +Type=notify WorkingDirectory=/var/lib/etcd/ EnvironmentFile=-/etc/etcd/etcd.conf User=etcd diff --git a/etcd.spec b/etcd.spec index b3860d8..20f4c75 100644 --- a/etcd.spec +++ b/etcd.spec @@ -30,7 +30,7 @@ Name: %{repo} Version: 2.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 URL: https://%{provider_prefix} @@ -354,6 +354,10 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Tue Oct 20 2015 jchaloup - 2.2.1-2 +- Set Type=notify instead of simple in etcd.service (upstream #1576) + related: #1272438 + * Fri Oct 16 2015 jchaloup - 2.2.1-1 - Update to v2.2.1 resolves: #1272438