mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 23:01:35 +01:00
11 lines
366 B
Plaintext
11 lines
366 B
Plaintext
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"
|