summaryrefslogtreecommitdiff
path: root/arm.sh
blob: 439fa7e6748ce2814ef12701267c38c7ebd09a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

export GNUNET_BASE_CONFIG=$HOME/deployment/taler-arm
export PATH="$HOME/local/bin":$PATH

export GNUNET_FORCE_LOGFILE=$HOME/taler-%Y-%m-%d.log
export GNUNET_FORCE_LOG="taler;;;;DEBUG;arm;;;;INFO"

cd $HOME

ulimit -c $((100 * 1024))

exec gnunet-arm -c $HOME/deployment/gnunet.conf -T5s "$@"