blob: c8ee147330db051a77c379be0a6fca79db1e24f7 [file] [log] [blame]
Andrea Campanellaedfdbca2017-02-01 17:33:47 -08001#! /bin/bash
2
3# put this in /opt/xerocole/start-bbs.sh
4# make sure it's executable
5# set it up in crontab
6# @reboot /opt/xerocole/start-bbs.sh
7
8ulimit -n 200000
9cd /opt/xerocole/answerx
10/opt/xerocole/answerx/startStop checkconfig answerx
11/opt/xerocole/answerx/startStop start answerx
12cd /opt/xerocole/namecontrols
13nohup /opt/xerocole/namecontrols/broadbandshield &
14nohup socat TCP-LISTEN:80,bind=0.0.0.0,fork TCP4:127.0.0.1:8018 &