Updates for work laptop.

This commit is contained in:
Darren 'Tadgy' Austin 2024-02-12 16:50:23 +00:00
commit d114bb36b0
31 changed files with 3996 additions and 44 deletions

3
etc/sv/.gitignore vendored
View file

@ -37,9 +37,10 @@
/lvmetad/
/lxdm/
/mdadm/
/mysqld/
/nfs-server/
/ntpd
/php-fpm8.2/
/php-fpm8.3/
/polkitd/
/rpcbind/
/rpcblkmapd/

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

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

View file

@ -0,0 +1,6 @@
/control
/lock
/ok
/pid
/stat
/status

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

6
etc/sv/vmware/supervise/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
/control
/lock
/ok
/pid
/stat
/status