Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A Dpostgresql-setup15 PGLOG=/var/lib/postgresql/pgstartup.log
37 if [ ! -e "$PGLOG" -a ! -h "$PGLOG" ]
39 touch "$PGLOG" || exit 1
40 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…
H A Dpostgresql.init43 PGLOG=/var/lib/postgresql/pgstartup.log
64 if [ ! -e "$PGLOG" -a ! -h "$PGLOG" ]
66 touch "$PGLOG" || exit 4
67 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 <…