Re: Autostartup

From: "Alexander B(dot)" <burbello3000(at)yahoo(dot)com(dot)br>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Autostartup
Date: 2007-05-08 18:16:03
Message-ID: 4640BE63.70604@yahoo.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Thomas Markus 2007-05-09 11:50:07 Re: infinite blocking statements in 8.2.3
Previous Message Jeff Davis 2007-05-08 17:56:44 Re: [GENERAL] Time of previous REINDEX execution..