It should be on your computer as it's part of the vmware-workstation package.
It contains this:
[Unit]
Description=VMware Networks Configuration Generation
ConditionPathExists=!/etc/vmware/networking
[Service]
UMask=0077
ExecStart=/usr/bin/vmware-networks --postinstall vmware-player,0,1
Type=oneshot
RemainAfterExit=yes
So make a runit service that runs /usr/bin/vmware-networks --postinstall vmware-player,0,1
and that should hopefully work.
In the meantime, and to test, just running that command as root before you start vmware should also work.
If your still having issues Oracle Virtualbox and libvirt/virt-manager are arguably better options than Vmware.