[open-vm-tools] Restart 'vmtoolsd' only in case of failures. While stopping the service, wait for 5 seconds before k

ravindrakumar ravindrakumar at fedoraproject.org
Mon Apr 29 17:59:41 UTC 2013


commit 68b672b5beb9dc498a9060933473e95992c690ba
Author: Ravindra Kumar <ravindrakumar at vmware.com>
Date:   Sun Apr 28 23:01:40 2013 -0700

    Restart 'vmtoolsd' only in case of failures.
    While stopping the service, wait for 5 seconds
    before killing vmtoolsd.

 open-vm-tools.service |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/open-vm-tools.service b/open-vm-tools.service
index fbf087b..ecb72f3 100644
--- a/open-vm-tools.service
+++ b/open-vm-tools.service
@@ -6,8 +6,8 @@ ConditionVirtualization=vmware
 [Service]
 Type=simple
 ExecStart=/usr/bin/vmtoolsd
-Restart=always
-TimeoutStopSec=2
+Restart=on-failure
+TimeoutStopSec=5
 
 [Install]
 WantedBy=multi-user.target


More information about the scm-commits mailing list