How to disable VMware promiscuous mode

I am facing issue on enabling promiscuous mode on manjaro although i used to fix this issue on ubuntu by add chmod a+rw /dev/vmnet* in /etc/init.d/vmware

vmwareStartVmnet()
vmwareLoadModule $vnet
“$BINDIR”/vmware-networks --start >> $VNETLIB_LOG 2>&1
chmod a+rw /dev/vmnet*
}

but now i cannot find /etc/init.d/ in manjaro is there any other file in which i can add chmod a+rw /dev/vmnet* to fix this issue permanently i have tried adding group permission but still cant fix issue.