mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-14 23:25:23 +00:00
7c3be23429
Also, allow trace logging in bootstrapd (disabled by default, but enabled on the websockify docker image so we can debug things there).
7 lines
178 B
Bash
Executable File
7 lines
178 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eux
|
|
|
|
/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf --log-backend stdout --trace
|
|
/usr/local/bin/websockify -l "0.0.0.0:$PORT" -t 127.0.0.1:33445
|