Home
last modified time | relevance | path

Searched refs:PGPORT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A Dpostgresql.init41 PGPORT=5432
51 export PGPORT
54 pidfile="/var/run/postmaster.${PGPORT}.pid"
112 …$SU -l postgres -c "$PGENGINE/postmaster -p '$PGPORT' -D '$PGDATA' ${PGOPTS} &" >> "$PGLOG" 2>&1 <…
H A Dpostgresql.service11 Environment=PGPORT=5432
19 ExecStart=@BINDIR@/pg_ctl start -D ${PGDATA} -s -o "-p ${PGPORT}" -w -t 300