init: allow override TPPORT and QNUM

This commit is contained in:
bol-van
2021-03-06 11:20:25 +03:00
parent e82ad0641f
commit 1222c0534b
4 changed files with 5 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ HOSTLIST="$ZHOSTLIST.gz"
[ -f "$HOSTLIST" ] || HOSTLIST="$ZUSERLIST"
PIDDIR=/var/run
TPPORT=988
[ -n "$TPPORT" ] || TPPORT=988
TPWS_USER=daemon
TPWS_WAIT="--bind-wait-ip=60"
TPWS="$ZAPRET_BASE/tpws/tpws"