summarylogtreecommitdiffstats
path: root/vmware-networks.service
diff options
context:
space:
mode:
authorYurii Kolesnykov2020-07-28 10:58:55 +0300
committerYurii Kolesnykov2020-07-28 10:58:55 +0300
commitca37c145c34d9c0b008e9a02b57ec32fc3bddcfb (patch)
treed9f3447d9922cc08d8a1f1317e34a5dd2f36d8f2 /vmware-networks.service
downloadaur-ca37c145c34d9c0b008e9a02b57ec32fc3bddcfb.tar.gz
init, 16540321
Signed-off-by: Yurii Kolesnykov <root@yurikoles.com>
Diffstat (limited to 'vmware-networks.service')
-rw-r--r--vmware-networks.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/vmware-networks.service b/vmware-networks.service
new file mode 100644
index 000000000000..7d520a28a88d
--- /dev/null
+++ b/vmware-networks.service
@@ -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