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

# serve landing page via uwsgi

base=$HOME

export PATH="$base/deployment":$PATH

ulimit -c $((100 * 1024))

mkdir -p $HOME/sockets
exec uwsgi --check-static $HOME/landing --socket $HOME/sockets/landing.uwsgi