summaryrefslogtreecommitdiff
path: root/arm.sh
blob: 0a906a40dd1e4e682378d0ec86fa76cd1cd1008d (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 "$@"