summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-connectivity/dhcp/files/dhclient.service
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/recipes-connectivity/dhcp/files/dhclient.service')
-rw-r--r--external/poky/meta/recipes-connectivity/dhcp/files/dhclient.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/external/poky/meta/recipes-connectivity/dhcp/files/dhclient.service b/external/poky/meta/recipes-connectivity/dhcp/files/dhclient.service
new file mode 100644
index 00000000..9ddb4d1d
--- /dev/null
+++ b/external/poky/meta/recipes-connectivity/dhcp/files/dhclient.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Dynamic Host Configuration Protocol (DHCP)
+Wants=network.target
+Before=network.target
+After=systemd-udevd.service
+
+[Service]
+EnvironmentFile=-@SYSCONFDIR@/default/dhcp-client
+ExecStart=@BASE_SBINDIR@/dhclient-systemd-wrapper
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target