Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
title/etc/systemd/system/vmware-modules-rebuild.service
[Unit]
Description=Recompiles vmware modules
Requires=vmware.service
Before=vmware.service

[Service]
Type=oneshot
ExecStart=vmware-modconfig --console --install-all

[Install]
WantedBy=multi-user.target


Warning

The above systemd service file assumes you have created/installed basic vmware systemd services, e.g. https://wiki.archlinux.org/index.php/VMware#systemd_services.

Once done reload systemd modules, then enable and start the service you just created:

...

  1. https://kb.vmware.com/s/article/1002411
  2. https://github.com/mkubecek/vmware-host-modules
  3. https://wiki.archlinux.org/index.php/VMware#systemd_services

Content by Label
showLabelsfalse
max5
spacesTKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "vmware" and type = "page" and space = "TKB"
labelsvmware

...