summaryrefslogtreecommitdiffstats
path: root/external/meta-updater/recipes-connectivity/networkd-dhcp-conf/files/clean-connman-symlink.service
blob: 8af82637e0c7e00636f5c5c601c86732404c0aad (plain)
1
2
3
4
5
6
7
8
9
10
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