#!/bin/sh
set -e
cd /
umask 022
[ ! -x /etc/init.d/postgresql ] ||
	echo '</dev/null >>/dev/null 2>&1 /etc/init.d/postgresql start' |
	2>>/dev/null batch
