Обсуждение: How can I set postmaster as a service

Поиск
Список
Период
Сортировка

How can I set postmaster as a service

От
"shreedhar"
Дата:
How can I set postmaster (database on)  as a service and set it while system
booting  if self?

Regards
Sreedhar Bhaskararaju


Re: How can I set postmaster as a service

От
"Thomas Wegner"
Дата:
#!/bin/sh
cygrunsrv --install PostgreSQL \
          --path /usr/bin/postmaster \
          --args "-D /usr/share/postgresql/data -i" \
          --dep ipc-daemon2 \
          --termsig INT \
          --user Administrator \
          --shutdown
--

Thomas Wegner

""shreedhar"" <shreedhar@lucidindia.net> schrieb im Newsbeitrag
news:003901c373a0$8a297440$1201a8c0@a4005...
How can I set postmaster (database on)  as a service and set it while system
booting  if self?

Regards
Sreedhar Bhaskararaju


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster



Re: [GENERAL] How can I set postmaster as a service

От
Jeffrey Melloy
Дата:
shreedhar wrote:

>How can I set postmaster (database on)  as a service and set it while system
>booting  if self?
>
>
>
What operating system are you using?
Jeff