> Hello,
>
> I usually start postgresql database by running
>
> root@fedora>su postgres -c "postgres -D /home/postgres &"
>
> I'm trying to do it automatically at boot time, so I added that line
> to /etc/rc.d/rc.local. However database doesn't start.
>
> Any Ideas?
I found the problem. It was Sel
On Sat, Mar 17, 2012 at 07:27:35PM +0100, Emilio Lopez wrote:
> Hello,
>
> I usually start postgresql database by running
>
> root@fedora>su postgres -c "postgres -D /home/postgres &"
Bad idea.
>
> I'm trying to do it automatically at boot time, so I added that line
> to /etc/rc.d/rc.local. Ho
Hello,
I usually start postgresql database by running
root@fedora>su postgres -c "postgres -D /home/postgres &"
I'm trying to do it automatically at boot time, so I added that line
to /etc/rc.d/rc.local. However database doesn't start.
Any Ideas?
Thanks.
Emilio.
--
users mailing list
users@li