diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-07-31 19:09:53 +0200 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-08-01 12:32:21 +0200 |
commit | a9cedbdd3c82d37e11d0af40aeed65f106c26f3b (patch) | |
tree | bfc16e38935f8d6518489396e2ee945b33c896c0 /recipes-connectivity/networkd-dhcp-conf/files/clean-connman-symlink.service | |
parent | 96cf67790d679376a171286b134a1ab1b9b3785d (diff) | |
download | meta-updater-connman-2-systemd-fix.tar.gz |
Add bugfix service for old connman to systemd-networkdconnman-2-systemd-fix
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.service | 11 |
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] | ||
2 | Description=Clean up bogus symlinked resolv.conf | ||
3 | Before=network-pre.target | ||
4 | Wants=network-pre.target | ||
5 | |||
6 | [Service] | ||
7 | Type=oneshot | ||
8 | ExecStart=/usr/sbin/resolvconf-clean | ||
9 | |||
10 | [Install] | ||
11 | WantedBy=multi-user.target | ||