[open-vm-tools] Removed automatic restart directive from service definition

ravindrakumar ravindrakumar at fedoraproject.org
Thu May 2 06:51:44 UTC 2013


commit e821a443a9cb4ca6f8bd532d65c0c923da79e3c8
Author: Ravindra Kumar <ravindrakumar at vmware.com>
Date:   Wed May 1 23:50:24 2013 -0700

    Removed automatic restart directive from service definition

 open-vm-tools.service |    1 -
 open-vm-tools.spec    |    6 +++++-
 2 files changed, 5 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 d83edb7..e58eb1d 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
@@ -154,6 +154,10 @@ install -p -m 644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{toolsdaemon}.service
 %{_libdir}/libvmtools.so
 
 %changelog
+* Wed May 01 2013 Ravindra Kumar <ravindrakumar at vmware.com> - 9.2.3-4
+- Bumped the release to pick the new service definition with
+  no restart directive.
+
 * Mon Apr 29 2013 Ravindra Kumar <ravindrakumar at vmware.com> - 9.2.3-3
 - open-vm-tools-9.2.3 require glib-2.14.0.
 


More information about the scm-commits mailing list