Обсуждение: Autostartup

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

Autostartup

От
"Alexander B."
Дата:
Hi,

How can I configure to auto-startup Postgres installed on Open Suse 10.1??
On other systems, just configure file start.conf to "auto". But on Suse ...

Could you help me?
Thank you


_______________________________________________________
Yahoo! Mail - Sempre a melhor opção para você!
Experimente já e veja as novidades.
http://br.yahoo.com/mailbeta/tudonovo/



Re: Autostartup

От
"Phillip Smith"
Дата:
Have a look in the /contrib/start-scripts/ directory in the source tree.
There's a Linux script in there that should do what you're after.

Cheers,
~p

-----Original Message-----
From: pgsql-admin-owner@postgresql.org
[mailto:pgsql-admin-owner@postgresql.org] On Behalf Of Alexander B.
Sent: Thursday, 29 March 2007 00:25
To: pgsql-admin@postgresql.org
Subject: [ADMIN] Autostartup

Hi,

How can I configure to auto-startup Postgres installed on Open Suse 10.1??
On other systems, just configure file start.conf to "auto". But on Suse ...

Could you help me?
Thank you


_______________________________________________________
Yahoo! Mail - Sempre a melhor opção para você!
Experimente já e veja as novidades.
http://br.yahoo.com/mailbeta/tudonovo/



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


*******************Confidentiality and Privilege Notice*******************

The material contained in this message is privileged and confidential to
the addressee.  If you are not the addressee indicated in this message or
responsible for delivery of the message to such person, you may not copy
or deliver this message to anyone, and you should destroy it and kindly
notify the sender by reply email.

Information in this message that does not relate to the official business
of Weatherbeeta must be treated as neither given nor endorsed by Weatherbeeta.
Weatherbeeta, its employees, contractors or associates shall not be liable
for direct, indirect or consequential loss arising from transmission of this
message or any attachments

Re: Autostartup

От
"Alexander B."
Дата:
Another option is to add commands on /etc/init.d/boot.local

eg:    vi /etc/init.d/boot.local
add:  /etc/init.d/postgresql start


Regards.



Michael Monnerie escreveu:
> On Mittwoch, 28. März 2007 16:24 Alexander B. wrote:
>
>> How can I configure to auto-startup Postgres installed on Open Suse
>> 10.1?? On other systems, just configure file start.conf to "auto".
>> But on Suse ...
>>
>
> In case you still need it: In SUSE, all start scripts are in /etc/init.d
> To autostart one at bootup, use
> insserv <scriptname>
> to stop autostarting, use
> insserv -r <scriptname>
>
> You can see which scripts start in /etc/init.d/rc3.d/ (replace 3 with 5
> if you have that runlevel).
>
> mfg zmi
>