summaryrefslogtreecommitdiffstats
path: root/AppRun
blob: 43a7fa6ac2149cc5902737309cdb63ecf2389728 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}"
if [ "x$PGHOST" = "x" ]; then
	export PGHOST="/tmp,/var/run/postgresql"
fi

${APPDIR}/usr/bin/pg_top $@