From 8d7db36ecb19cb775ecc8d0522ded3e55b53c820 Mon Sep 17 00:00:00 2001 From: akuster Date: Tue, 1 Sep 2020 08:22:34 -0700 Subject: dhcp: remove from core update maintainers.inc too (From OE-Core rev: 7e3357892f204788162747e907d68f857118cf42) Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-connectivity/dhcp/files/dhclient.service | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta/recipes-connectivity/dhcp/files/dhclient.service (limited to 'meta/recipes-connectivity/dhcp/files/dhclient.service') diff --git a/meta/recipes-connectivity/dhcp/files/dhclient.service b/meta/recipes-connectivity/dhcp/files/dhclient.service deleted file mode 100644 index 9ddb4d1dfe..0000000000 --- a/meta/recipes-connectivity/dhcp/files/dhclient.service +++ /dev/null @@ -1,13 +0,0 @@ -[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 -- cgit v1.2.3-54-g00ecf