Skip to content

Commit

Permalink
feat(tools): upd CI (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyBushenev committed Sep 18, 2024
1 parent 2f2fd3f commit c48eb28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion control-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ sleep 10
#export RUST_LOG="debug,actix_server=info,actix_web=info"
#export RUST_BACKTRACE=1
export AUTH_URL=tcp://127.0.0.1:8113
LD_LIBRARY_PATH=./bin/lib /sbin/start-stop-daemon --start --verbose --chdir $PWD --make-pidfile --pidfile $PWD/./.pids/veda-pid --background --startas /bin/bash -- -c "exec ./bin/veda --id=$VEDA_ID no-watchdog>> $PWD/logs/veda-console.log 2>&1"
#LD_LIBRARY_PATH=./bin/lib /sbin/start-stop-daemon --start --verbose --chdir $PWD --make-pidfile --pidfile $PWD/./.pids/veda-pid --background --startas /bin/bash -- -c "exec ./bin/veda --id=$VEDA_ID no-watchdog>> $PWD/logs/veda-console.log 2>&1"
LD_LIBRARY_PATH=./bin/lib ./bin/veda-mstorage

exit 0

0 comments on commit c48eb28

Please sign in to comment.