* Christoph Berg ([email protected]) wrote:
> I've written systemd unit files for managing PostgreSQL clusters. 

Neat stuff!

> To work, you also need the pg_ctlcluster version from HEAD.
> pg_ctlcluster now invokes postgres directly so it runs in foreground
> instead of daemonizing with pg_ctl - this seems more like the systemd
> way to do it.

This is going to have to be optional, isn't it?  I know that I'm
frequently running pg_ctlcluster myself, and aren't we going to need to
support kfreebsd with the traditional init system?

> I'd be curious to hear any feedback about that approach. Particularly,
> we probably need to think about where the log should go to by default
> (daemon.log now).

I'd be pretty disappointed if we lost the logging to
/var/log/postgresql that we have today for the startup..  Perhaps that
can be run through systemd/syslog, or we can use 'tee' or similar to do
it..?

        Thanks!

                Stephen

Attachment: signature.asc
Description: Digital signature

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

Reply via email to