Enable ipv6 when running tox node

This commit is contained in:
Bob Mottram 2015-07-11 11:28:41 +01:00
parent 73b2ccbc7d
commit 26216a1c28
1 changed files with 3 additions and 0 deletions

View File

@ -7595,6 +7595,9 @@ function install_tox_node {
exit 7359
fi
cp $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service /etc/systemd/system/
enable_ipv6
systemctl daemon-reload
systemctl enable tox-bootstrapd.service
systemctl start tox-bootstrapd.service