Add vmware service start.

This commit is contained in:
Darren 'Tadgy' Austin 2024-05-03 18:37:02 +01:00
commit e076c850c5
5 changed files with 9 additions and 0 deletions

1
etc/sv/vmware/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/supervise

1
etc/sv/vmware/log/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/supervise

2
etc/sv/vmware/log/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t vmware -p daemon

4
etc/sv/vmware/run Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
exec 2>&1
/etc/init.d/vmware start
exec pause