Removed automatic restart directive from service definition

This commit is contained in:
Ravindra Kumar 2013-05-01 23:50:24 -07:00
parent fec3c0fba4
commit e821a443a9
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,6 @@ ConditionVirtualization=vmware
[Service] [Service]
Type=simple Type=simple
ExecStart=/usr/bin/vmtoolsd ExecStart=/usr/bin/vmtoolsd
Restart=on-failure
TimeoutStopSec=5 TimeoutStopSec=5
[Install] [Install]

View File

@ -6,7 +6,7 @@
Name: open-vm-tools Name: open-vm-tools
Version: %{toolsversion} Version: %{toolsversion}
Release: 3%{?dist} Release: 4%{?dist}
Summary: Open VMware Tools for virtual machines hosted on VMware Summary: Open VMware Tools for virtual machines hosted on VMware
Group: Applications/System Group: Applications/System
License: GPLv2 License: GPLv2
@ -154,6 +154,10 @@ install -p -m 644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{toolsdaemon}.service
%{_libdir}/libvmtools.so %{_libdir}/libvmtools.so
%changelog %changelog
* Wed May 01 2013 Ravindra Kumar <ravindrakumar@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@vmware.com> - 9.2.3-3 * Mon Apr 29 2013 Ravindra Kumar <ravindrakumar@vmware.com> - 9.2.3-3
- open-vm-tools-9.2.3 require glib-2.14.0. - open-vm-tools-9.2.3 require glib-2.14.0.