#!/bin/sh
exec 2>&1; set -e

[ -d /var/log/postgresql ] || install -dm 755 /var/log/postgresql

exec svlogd -tt /var/log/postgresql
