summarylogtreecommitdiffstats
path: root/vmtoolsd.service
diff options
context:
space:
mode:
authorJean-Marc Lenoir2018-01-27 10:02:30 +0100
committerJean-Marc Lenoir2018-01-27 10:02:30 +0100
commit17eb4199369da70f20110ecde3e100a178acb1bf (patch)
tree88ded3e672fcf0a7408606e6c3ae6e17a388dd7e /vmtoolsd.service
downloadaur-17eb4199369da70f20110ecde3e100a178acb1bf.tar.gz
Initial commit.
Diffstat (limited to 'vmtoolsd.service')
-rw-r--r--vmtoolsd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/vmtoolsd.service b/vmtoolsd.service
new file mode 100644
index 000000000000..2adbd51a50fc
--- /dev/null
+++ b/vmtoolsd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=VMware Tools
+ConditionVirtualization=vmware
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/vmtoolsd
+TimeoutStopSec=5
+
+[Install]
+WantedBy=multi-user.target