#!/bin/sh
set -e

# Create the log directory
install -d -m 0755 -o root -g root /var/log/pgmon

exit 0
