From 68b672b5beb9dc498a9060933473e95992c690ba Mon Sep 17 00:00:00 2001 From: Ravindra Kumar Date: Sun, 28 Apr 2013 23:01:40 -0700 Subject: [PATCH] Restart 'vmtoolsd' only in case of failures. While stopping the service, wait for 5 seconds before killing vmtoolsd. --- open-vm-tools.service | 4 ++-- 1 file 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