#!/bin/sh
PGACCESS_HOME=/usr/share/pgaccess
PGLIB=/usr/lib/postgresql
export PGACCESS_HOME PGLIB
exec /usr/share/pgaccess/pgmonitor
