shell-things/etc/systemd/system/ipv6
Aminda Suomalainen 56de53ee30
systemd: only override issues with stock units
Only oidentd.socket and miredo.service were copied instead of being
units that exist in the system and they don't need to do anything
else than fix the issue I have with the stock units.

* oidentd.socket is IPv6-only on my systems unless is BindIPv6Only=both.
  because of net.ipv6.bindv6only=1
* miredo.service is here because it starts before there is network
  connection (network-online.target) and there is never network
  connection with laptops before they are connected to WLAN even if
  NetworkManager might be up seeking/connecting to network.
2016-12-13 19:22:26 +02:00
..
README.md etc/systemd/system: README updates 2015-08-21 19:27:40 +03:00
ipv6-ula.service relevant systemd services: after network-online 2015-09-05 09:07:41 +03:00
ipv6.service relevant systemd services: after network-online 2015-09-05 09:07:41 +03:00

README.md

The IPv6 files are copied from https://www.reddit.com/r/raspberry_pi/comments/14vcpz/rpi_as_an_ipv6_router_using_a_sixxs_tunnel_and/ and they are here because they were my biggest difficulty with having Arch on Pi as IPv6 router. * Also helpful https://wiki.archlinux.org/index.php/IPv6_tunnel_broker_setup

Miredo.service again is edited from what Arch & Debian ship so it starts after there is already network connectivity and Unbound is running so it wont start complaining about name resolution errors.