mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 07:07:22 -04:00
install cleanup
This commit is contained in:
parent
d6adef43fa
commit
4d1a60aa41
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
|
@ -493,7 +493,7 @@ PostgreSQL:
|
|||
following single line:
|
||||
pg:2345:respawn:/bin/su - postgres -c
|
||||
"/usr/local/pgsql/bin/postmaster -D/usr/local/pgsql/data
|
||||
>> /usr/local/pgsql/server.log 2>&1" /dev/null
|
||||
>> /usr/local/pgsql/server.log 2>&1" >/dev/null
|
||||
(The author of this example says this example will revive the
|
||||
postmaster if it dies, but he doesn't know if there are other side
|
||||
effects.)
|
||||
|
|
|
|||
Loading…
Reference in a new issue