13 lines
290 B
Bash
Executable File
13 lines
290 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export AQHOME_LOGLEVEL=info
|
|
export LD_LIBRARY_PATH="0-build/aqhome/:$LD_LIBRARY_PATH"
|
|
|
|
# 0-build/apps/aqhome-storage/aqhome-storage $*
|
|
|
|
0-build/apps/aqhome-data/aqhome-data \
|
|
--datafolder=apps/aqhome-data/test/data \
|
|
-t 127.0.0.1 -P 1899 \
|
|
-p ./aqhome-data.pid \
|
|
"$@"
|