Initial commit
All checks were successful
Build package / build-package (push) Successful in 5m11s

This commit is contained in:
2025-07-10 08:02:01 +08:00
commit ca56de4987
21 changed files with 1339 additions and 0 deletions

13
vmware-networks.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=VMware Networks
Wants=vmware-networks-configuration.service
After=vmware-networks-configuration.service
[Service]
Type=forking
ExecStartPre=-/sbin/modprobe vmnet
ExecStart=/usr/bin/vmware-networks --start
ExecStop=/usr/bin/vmware-networks --stop
[Install]
WantedBy=multi-user.target