[open-vm-tools/el5] Remove restart directive from service file

Simone Caronni slaanesh at fedoraproject.org
Thu May 2 11:50:26 UTC 2013


commit 2734f58befd3a36eaa22bd67d314454a330f42e5
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Thu May 2 13:49:56 2013 +0200

    Remove restart directive from service file

 open-vm-tools.service |    1 -
 open-vm-tools.spec    |    5 ++++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/open-vm-tools.service b/open-vm-tools.service
index ecb72f3..bc926a3 100644
--- a/open-vm-tools.service
+++ b/open-vm-tools.service
@@ -6,7 +6,6 @@ ConditionVirtualization=vmware
 [Service]
 Type=simple
 ExecStart=/usr/bin/vmtoolsd
-Restart=on-failure
 TimeoutStopSec=5
 
 [Install]
diff --git a/open-vm-tools.spec b/open-vm-tools.spec
index 3e97e03..c2f99dc 100644
--- a/open-vm-tools.spec
+++ b/open-vm-tools.spec
@@ -6,7 +6,7 @@
 
 Name:             open-vm-tools
 Version:          %{toolsversion}
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          Open VMware Tools for virtual machines hosted on VMware
 Group:            Applications/System
 License:          GPLv2
@@ -244,6 +244,9 @@ fi
 %{_libdir}/libvmtools.so
 
 %changelog
+* Thu May 02 2013 Simone Caronni <negativo17 at gmail.com> - 9.2.3-4
+- Remove restart directive from service file.
+
 * Tue Apr 30 2013 Simone Caronni <negativo17 at gmail.com> - 9.2.3-3
 - Require glib >= 2.14.0.
 - Change service restart policy.


More information about the scm-commits mailing list