summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/networkd-dhcp-conf/files/clean-connman-symlink.service
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-07-31 19:09:53 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2019-08-01 14:08:03 +0200
commit9d96af116c0872bf198ea331187371eb2fc89979 (patch)
tree4f235be811787010c82e1444af62ba6162b1c48c /recipes-connectivity/networkd-dhcp-conf/files/clean-connman-symlink.service
parent3dad9dfb5c2fed58a9524a383165dda5a140fc7a (diff)
downloadmeta-updater-connman-fix-thud.tar.gz
Add bugfix service for old connman to systemd-networkdconnman-fix-thud
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'recipes-connectivity/networkd-dhcp-conf/files/clean-connman-symlink.service')
-rw-r--r--recipes-connectivity/networkd-dhcp-conf/files/clean-connman-symlink.service11
1 files changed, 11 insertions, 0 deletions
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 @@
1[Unit]
2Description=Clean up bogus symlinked resolv.conf
3Before=network-pre.target
4Wants=network-pre.target
5
6[Service]
7Type=oneshot
8ExecStart=/usr/sbin/resolvconf-clean
9
10[Install]
11WantedBy=multi-user.target