important fixes for new and running systems
[distro-setup] / filesystem / etc / systemd / system / fsf-vpn-dns-cleanup.service
1 # If we reboot, or the vpn dies in an unusual way, it leaves dnsmasq config hanging around.
2 # This cleans that up.
3 [Unit]
4 Description=fsf-vpn-dns-cleanup
5 After=multi-user.target
6 Conflicts=openvpn-client@fsf80.service openvpn-client@fsf802.service openvpn-client@fsf803.service openvpn-client@fsf443.service openvpn-client@fsf4432.service openvpn-client@fsf4433.service
7
8 [Service]
9 Type=oneshot
10 ExecStart=/a/bin/distro-setup/fsf-vpn-dns-cleanup