Versions Compared

Key

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

If you use VMWare Workstation or player on a Linux host, then you may need (from time to time) to recompile several kernel modules when you update or change your kernel (for example).

...

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

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

[Install]
WantedBy=multi-user.target

...