summaryrefslogtreecommitdiffstats
path: root/postgresql-ctl.in
blob: 1327b41e301ce2acbd91677c70308333e883f6fe (plain)
1
2
3
4
5
6
7
#!/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"}