Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Oct 13, 2024
1 parent 645bc86 commit 0b7c714
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions eag-relay/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,17 @@ echo ""
echo ""

#start turn/stun server
turnserver --daemon --no-auth -n
turnserver --daemon --no-auth -n -V --syslog &

echo ""
echo ""

#start relay
./run.sh
./run.sh &

echo ""
echo "attaching to syslog..."
echo ""

sudo tail -f /var/log/syslog

0 comments on commit 0b7c714

Please sign in to comment.