Added listen args.

This commit is contained in:
Hemna 2023-04-17 15:31:07 -04:00
parent 0ec41f7605
commit 66ebb286d8
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ fi
export COLUMNS=200
python3 -m rich.diagnose
exec aprsd listen -c $APRSD_CONFIG --loglevel ${LOG_LEVEL} ${EXTRA_ARGS}
exec aprsd listen -c $APRSD_CONFIG --loglevel ${LOG_LEVEL} ${APRSD_LOAD_PLUGINS} ${APRSD_LISTEN_FILTER}