reload
This commit is contained in:
parent
d0905e1599
commit
075efea7db
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ set -e
|
||||||
case $1 in
|
case $1 in
|
||||||
stop)
|
stop)
|
||||||
/bin/su postgres -c "pg_ctl stop -D ${PGDATA}" ;;
|
/bin/su postgres -c "pg_ctl stop -D ${PGDATA}" ;;
|
||||||
|
reload)
|
||||||
|
/bin/su postgres -c "pg_ctl reload -D ${PGDATA}" ;;
|
||||||
*)
|
*)
|
||||||
pid=/tmp/postgresql.pid
|
pid=/tmp/postgresql.pid
|
||||||
user=postgres
|
user=postgres
|
||||||
|
|
Loading…
Reference in a new issue