From a9cedbdd3c82d37e11d0af40aeed65f106c26f3b Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Wed, 31 Jul 2019 19:09:53 +0200 Subject: Add bugfix service for old connman to systemd-networkd Signed-off-by: Laurent Bonnans --- .../networkd-dhcp-conf/files/clean-connman-symlink.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-connectivity/networkd-dhcp-conf/files/clean-connman-symlink.service (limited to 'recipes-connectivity/networkd-dhcp-conf/files/clean-connman-symlink.service') diff --git a/recipes-connectivity/networkd-dhcp-conf/files/clean-connman-symlink.service b/recipes-connectivity/networkd-dhcp-conf/files/clean-connman-symlink.service new file mode 100644 index 0000000..8af8263 --- /dev/null +++ b/recipes-connectivity/networkd-dhcp-conf/files/clean-connman-symlink.service @@ -0,0 +1,11 @@ +[Unit] +Description=Clean up bogus symlinked resolv.conf +Before=network-pre.target +Wants=network-pre.target + +[Service] +Type=oneshot +ExecStart=/usr/sbin/resolvconf-clean + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf