summarylogtreecommitdiffstats
path: root/vmware-hostd.service
diff options
context:
space:
mode:
authorMaxwell Pray2017-02-14 09:25:51 -0800
committerMaxwell Pray2017-02-14 09:25:51 -0800
commit1d14d299aadc1a695fb0fd7737b9caf49658d025 (patch)
tree0580d38f72bf840e95276d884dc7effbf1b63142 /vmware-hostd.service
parentf80ae699eba75cb4282261bd0db4392aa56bbb87 (diff)
downloadaur-1d14d299aadc1a695fb0fd7737b9caf49658d025.tar.gz
Load kernel modules when services are started.
Diffstat (limited to 'vmware-hostd.service')
-rw-r--r--vmware-hostd.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/vmware-hostd.service b/vmware-hostd.service
index 99cd898b91d5..52b7d99a4fa4 100644
--- a/vmware-hostd.service
+++ b/vmware-hostd.service
@@ -4,6 +4,8 @@ Wants=vmware-hostd-certificates.service
After=vmware-hostd-certificates.service
[Service]
+ExecStartPre=/usr/bin/modprobe vmci
+ExecStartPre=/usr/bin/modprobe vmmon
ExecStart=/usr/bin/vmware-hostd -a /etc/vmware/hostd/config.xml
[Install]