Browse Source

Enable ipv6 when running tox node

Bob Mottram 10 years ago
parent
commit
26216a1c28
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone View File

7595
       exit 7359
7595
       exit 7359
7596
   fi
7596
   fi
7597
   cp $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service /etc/systemd/system/
7597
   cp $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service /etc/systemd/system/
7598
+
7599
+  enable_ipv6
7600
+
7598
   systemctl daemon-reload
7601
   systemctl daemon-reload
7599
   systemctl enable tox-bootstrapd.service
7602
   systemctl enable tox-bootstrapd.service
7600
   systemctl start tox-bootstrapd.service
7603
   systemctl start tox-bootstrapd.service