#!/bin/bash # This script is compat-wrapper for PGPORT specifying directly in # postgresql.service. There is not possible to do conditional step in service # file based on (non)existence of PGPORT variable. @PG_CTL_BIN@ "$@" ${PGPORT+-o "-p $PGPORT"}