Re: [PATCH] gnu: services: Activate system prior to services

2016-12-11 Thread Christopher Baines
On 11/12/16 09:01, Ludovic Courtès wrote: Christopher Baines skribis: This patch fixes some issues I've had with the postgresql service and database locales. If system activation takes place before service activation, the locales are present and PostgreSQL can use them, but otherwise the Postgr

Re: [PATCH] gnu: services: Activate system prior to services

2016-12-11 Thread Ludovic Courtès
Hello! Christopher Baines skribis: > This patch fixes some issues I've had with the postgresql service and database > locales. If system activation takes place before service activation, the > locales are present and PostgreSQL can use them, but otherwise the PostgreSQL > service is limited in t

[PATCH] gnu: services: Activate system prior to services

2016-12-10 Thread Christopher Baines
This patch fixes some issues I've had with the postgresql service and database locales. If system activation takes place before service activation, the locales are present and PostgreSQL can use them, but otherwise the PostgreSQL service is limited in the locales that can be used.

[PATCH] gnu: services: Activate system prior to services

2016-12-10 Thread Christopher Baines
* gnu/services.scm: Activate the current system prior to the services, as this allows the services to use the files from the system, for example locales, in the service activation process. --- gnu/services.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/serv