This commit is contained in:
13
vmware-networks.service
Normal file
13
vmware-networks.service
Normal 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
|
||||
Reference in New Issue
Block a user