mexec sed --follow-symlinks -i "s/nameserver 127\..*/nameserver $network.1/" /run/resolvconf/interface/lo.dnsmasq
mexec resolvconf -u
fi
+ # and in debian based distros at least, it runs with --local-service, and needs a restart
+ # to know about the new local network
+ if [[ $(systemctl --no-pager show -p ActiveState dnsmasq ) == ActiveState=active ]]; then
+ systemctl restart dnsmasq
+ fi
+
# background: if we did this in openvpn's resolv-conf script, we could guard it in
# if capsh --print|grep '\bcap_sys_admin\b' &>/dev/null
# and we could get $nn by