#!/bin/sh
	
su - postgres -c "/usr/bin/postmaster -D /var/lib/postgresql/data"
