summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-arm
blob: e1c211232d8441e3f5ec445b2f01bfdb96468e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -eu

export GNUNET_FORCE_LOG="util;;;;WARNING/taler;;;;DEBUG/twister;;;;DEBUG"
export GNUNET_BASE_CONFIG=$HOME/deployment/taler-arm
export PATH="$HOME/local/bin":$PATH

ulimit -c $((100 * 1024))
mkdir -p $HOME/logs
exec gnunet-arm -c $HOME/deployment/gnunet.conf "$@"