Skip to content

Instantly share code, notes, and snippets.

@takase1121
takase1121 / README.md
Created May 31, 2020 13:47
Universal* service script for open-vm-tools (based on corresponding systemd service file)

This is my attempt of making open-vm-tools work on Artix (based on runit). After a lot of failures I came out with these.

Dependencies

  • dmidecode to read the machine info (so that script don't run when not running with VMware)

You can adapt this to whatever init system (or script) you want.