Re: Erik de Castro Lopo 2014-08-11 
<20140811205417.510fba1b4dc7f22595328...@mega-nerd.com>
> It seems systemctl doesn't know how do find the status of the postgresql
> daemon. Turns out the systemd service file for postgresql is complete
> rubbish:
> 
>     # systemd service for managing all PostgreSQL clusters on the system. This
>     # service is actually a systemd target, but we are using a service since
>     # targets cannot be reloaded.
> 
>     [Unit]
>     Description=PostgreSQL RDBMS
> 
>     [Service]
>     Type=oneshot
>     ExecStart=/bin/true
>     ExecReload=/bin/true
>     RemainAfterExit=on
> 
>     [Install]
>     WantedBy=multi-user.target
> 
> This is obviously wrong.

You obviously didn't read the comments there.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/

_______________________________________________
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public

Reply via email to