blob: 686be7ebc733770f1e184fb193562ad1dd4927dc (
plain)
1
2
3
4
5
6
7
8
9
10
|
START_SMSBOX=yes
START_WAPBOX=yes
#See the documentation for setting proper options
#Note: verbosity codes are strange!
# Default is 0, which means 'debug'. 1 is 'info, 2 'warning', 3 'error' and 4 'panic'
BEARERBOX_OPTS="--verbosity 1 --logfile bearerbox.log"
SMSBOX_OPTS="--verbosity 1 --logfile smsbox.log"
WAPBOX_OPTS="--verbosity 1 --logfile wapbox.log"
|