mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-08-19 07:29:03 +08:00
5 lines
136 B
Bash
Executable File
5 lines
136 B
Bash
Executable File
rm test.json
|
|
export MOSQUITTO_DYNSEC_PASSWORD=passwordpass
|
|
export VG="valgrind --log-file=vglog"
|
|
${VG} ../../src/mosquitto -c test.conf
|