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
ConditionPathExists=!/dev/vmmon

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

[Install]
WantedBy=multi-user.target

...