Re: S6 scripts for VMWare Player
Reply #1 –
For vmware, I think you can just get away with an up/down oneshot script.
In the /etc/s6/adminsv/vmware directory:
up
#!/usr/bin/execlineb -P
exec /etc/init.d/vmware start
down
#!/usr/bin/execlineb -P
exec /etc/init.d/vmware stop
type
oneshot
You might also have to load modules on boot too. You can stick .conf files in /usr/lib/modules-load.d (see man modules-load).