Control: retitle -1 postgresql-common: non-synchronous service postgresql stop
Hi, an update here: unfortunately it seems rather involved to have an umbrella service such as postgresql.service wait both for sub-service start and stop. Achieving one or the other is rather easy, we can just put "Before=postgresql.service" into [email protected] (sync start, this is what we have now), or "After=..." (sync stop), but not both. It might be possible to hack stop (or start) to wait for the sub-services to finish, but all solutions Martin and I could think of at the moment are rather ugly. We'd really like to get this fixed, but at the moment it looks like synchronous start will have to do for now... Christoph -- [email protected] | http://www.df7cb.de/ _______________________________________________ Pkg-postgresql-public mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public
