[etcd] Fix typo in the etc.service file

Peter Lemenkov peter at fedoraproject.org
Sat Oct 12 07:37:32 UTC 2013


commit 7c88c24d39637963fe9a8218172698137ecf7e90
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Sat Oct 12 11:37:20 2013 +0400

    Fix typo in the etc.service file
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 etcd.service |    2 +-
 etcd.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/etcd.service b/etcd.service
index f1d76ae..b095e1c 100644
--- a/etcd.service
+++ b/etcd.service
@@ -7,7 +7,7 @@ Requires=etcd.socket
 Type=simple
 StandardOutput=journal
 StandardError=journal
-ExecStart=/usr/local/bin/etcd -vv
+ExecStart=/usr/bin/etcd
 
 [Install]
 WantedBy=multi-user.target
diff --git a/etcd.spec b/etcd.spec
index 0a707e9..6a3d2bc 100644
--- a/etcd.spec
+++ b/etcd.spec
@@ -2,7 +2,7 @@
 
 Name:		etcd
 Version:	0.1.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A highly-available key value store for shared configuration
 
 License:	ASL 2.0
@@ -52,6 +52,9 @@ install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.socket
 %doc LICENSE README.md Documentation/internal-protocol-versioning.md
 
 %changelog
+* Sat Oct 12 2013 Peter Lemenkov <lemenkov at gmail.com> - 0.1.2-2
+- Fix typo in the etc.service file
+
 * Sat Oct 12 2013 Peter Lemenkov <lemenkov at gmail.com> - 0.1.2-1
 - Ver. 0.1.2
 - Integrate with systemd


More information about the scm-commits mailing list