summaryrefslogtreecommitdiff
path: root/recipes-core/usb-rndis/files/tegra/usb-rndis-udhcpd.service
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-04-30 10:10:28 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:06:07 +0200
commit0264a6f71c9b6be59d6d3ac691ac31656a7004f6 (patch)
treeadd7484c263cc9181727f1987453d9221ce831fa /recipes-core/usb-rndis/files/tegra/usb-rndis-udhcpd.service
parent3c94266f8c2bc8694e5dcdf5031ed28de0a9583f (diff)
usb-rndis-systemd: remove RNDIS interface/udhcp setup
Since we use networkd now for RNDIS network interface setup now, we can remove the custom part which starts up the RNDIS device and sets up a DHCP server.
Diffstat (limited to 'recipes-core/usb-rndis/files/tegra/usb-rndis-udhcpd.service')
-rw-r--r--recipes-core/usb-rndis/files/tegra/usb-rndis-udhcpd.service9
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes-core/usb-rndis/files/tegra/usb-rndis-udhcpd.service b/recipes-core/usb-rndis/files/tegra/usb-rndis-udhcpd.service
deleted file mode 100644
index 3762198..0000000
--- a/recipes-core/usb-rndis/files/tegra/usb-rndis-udhcpd.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=dhcp deamon for rndis NIC, meant to be started from udev rule
-
-[Service]
-ExecStart=/usr/sbin/udhcpd -fS /etc/udhcpd-usb-rndis.conf
-
-[Install]
-WantedBy=multi-user.target
-