summarylogtreecommitdiffstats
path: root/vmware-vmblock-fuse.service
diff options
context:
space:
mode:
authorJean-Marc Lenoir2018-05-27 08:30:55 +0200
committerJean-Marc Lenoir2018-05-27 08:30:55 +0200
commit8f9dc605224132817e03be47247abef30df368cc (patch)
tree4aaaaac13f155f0d43982209c9909184fcbfde00 /vmware-vmblock-fuse.service
parent31209c1fb1deee46fb28c36af4fd97a822e43c5b (diff)
downloadaur-vmware-tools.tar.gz
Add drag-and-drop functionality
Diffstat (limited to 'vmware-vmblock-fuse.service')
-rw-r--r--vmware-vmblock-fuse.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/vmware-vmblock-fuse.service b/vmware-vmblock-fuse.service
new file mode 100644
index 000000000000..d5b8aedd3704
--- /dev/null
+++ b/vmware-vmblock-fuse.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=VMware vmblock fuse mount
+ConditionVirtualization=vmware
+
+[Service]
+Type=simple
+RuntimeDirectory=vmblock-fuse
+RuntimeDirectoryMode=755
+ExecStart=/usr/bin/vmware-vmblock-fuse -d -f -o subtype=vmware-vmblock,default_permissions,allow_other /run/vmblock-fuse
+
+[Install]
+WantedBy=multi-user.target