Re: Detaching from controlling terminal

Поиск
Список
Период
Сортировка
От Andrey Mosienko
Тема Re: Detaching from controlling terminal
Дата
Msg-id 3FB9BD8B.3BBEE117@feo.org.ru
обсуждение исходный текст
Ответ на Detaching from controlling terminal  (Andrey Mosienko <feo@feo.org.ru>)
Ответы Re: Detaching from controlling terminal  ("Craig O'Shannessy" <craig@ucw.com.au>)
Re: Detaching from controlling terminal  (Shridhar Daithankar <shridhar_daithankar@myrealbox.com>)
Список pgsql-general
Shridhar Daithankar wrote:
>
> Andrey Mosienko wrote:
>
> > We are using PostgreSQL about two years beginning from version 7.0.
> > I have one question about starting postmaster:
> >   Is there way to detach it from the controlling terminal under FreeBSD?
> >
> > My situation: I start postmaster manually:
> >
> > su pgsql -c "/usr/local/pgsql/bin/pg_ctl
> > -D /usr/local/pgsql/data -l /usr/local/pgsql/log/pgsql.log start"
>
> You can either use pg_ctl or nohup. Using pg_ctl is recommended.
>

su pgsql -c "/usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -l /usr/local/pgsql/log/pgsql.log start"
                   ^^^^^^^
What is nohup?


--
Best regards Andrey Feofilactovich.

В списке pgsql-general по дате отправления:

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: Detaching from controlling terminal
Следующее
От: "Craig O'Shannessy"
Дата:
Сообщение: Re: Detaching from controlling terminal