Updates for work laptop.
This commit is contained in:
parent
01e9d3eb19
commit
d114bb36b0
31 changed files with 3996 additions and 44 deletions
3
etc/sv/.gitignore
vendored
3
etc/sv/.gitignore
vendored
|
|
@ -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
2
etc/sv/vmware/log/run
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t vmware -p daemon
|
||||
6
etc/sv/vmware/log/supervise/.gitignore
vendored
Normal file
6
etc/sv/vmware/log/supervise/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/control
|
||||
/lock
|
||||
/ok
|
||||
/pid
|
||||
/stat
|
||||
/status
|
||||
4
etc/sv/vmware/run
Executable file
4
etc/sv/vmware/run
Executable 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
6
etc/sv/vmware/supervise/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/control
|
||||
/lock
|
||||
/ok
|
||||
/pid
|
||||
/stat
|
||||
/status
|
||||
Loading…
Add table
Add a link
Reference in a new issue