From: Pascal de Bruijn
Date: Thu, 28 Nov 2019 15:52:30 +0000 (+0100)
Subject: package/openvmtools: only try to start vmtoolsd on vmware
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89ebe8b4a12400435b9473b4ca7ea1240ff5f93e;p=buildroot.git
package/openvmtools: only try to start vmtoolsd on vmware
adds ConditionVirtualization=vmware to vmtoolsd.service
Signed-off-by: Pascal de Bruijn
Signed-off-by: Peter Korsgaard
---
diff --git a/package/openvmtools/vmtoolsd.service b/package/openvmtools/vmtoolsd.service
index 17a4df44c2..cb97357ec2 100644
--- a/package/openvmtools/vmtoolsd.service
+++ b/package/openvmtools/vmtoolsd.service
@@ -1,6 +1,7 @@
[Unit]
Description=vmtoolsd for openvmtools
After=syslog.target network.target
+ConditionVirtualization=vmware
[Service]
Type=forking