Last active
December 8, 2016 00:56
-
-
Save hlx98007/5e998c958cf9f21604112bc379c5c2ab to your computer and use it in GitHub Desktop.
Hurricane Electric TunnelBroker systemd unit file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Activate IPv6 | |
After=network-online.target | |
[Service] | |
Type=oneshot | |
ExecStart=/bin/sh /root/ipv6.sh | |
ExecStartPost=/usr/sbin/ping6 -c1 ipv6.google.com | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ExecStartPost
may be needed because TunnelBroker only works after the server sends an IPv6 request of any type.