Searched refs:PGLOG (Results 1 – 2 of 2) sorted by relevance
15 PGLOG=/var/lib/postgresql/pgstartup.log37 if [ ! -e "$PGLOG" -a ! -h "$PGLOG" ]39 touch "$PGLOG" || exit 140 chown postgres:postgres "$PGLOG"41 chmod go-rwx "$PGLOG"42 [ -x /sbin/restorecon ] && /sbin/restorecon "$PGLOG"46 …$SU -l postgres -c "$PGENGINE/initdb --pgdata='$PGDATA' --auth='ident'" >> "$PGLOG" 2>&1 < /dev/nu…
43 PGLOG=/var/lib/postgresql/pgstartup.log64 if [ ! -e "$PGLOG" -a ! -h "$PGLOG" ]66 touch "$PGLOG" || exit 467 chown postgres:postgres "$PGLOG"68 chmod go-rwx "$PGLOG"69 [ -x /sbin/restorecon ] && /sbin/restorecon "$PGLOG"112 …$SU -l postgres -c "$PGENGINE/postmaster -p '$PGPORT' -D '$PGDATA' ${PGOPTS} &" >> "$PGLOG" 2>&1 <…