From a24c837811ea0f34b58933caf7d845b4d97885cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 9 Oct 2018 15:47:09 +0200 Subject: [PATCH] debian: run service in a utf-8 locale (#27146) --- debian/fargo.service | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/fargo.service b/debian/fargo.service index 29effb2..0dfbbd5 100644 --- a/debian/fargo.service +++ b/debian/fargo.service @@ -5,6 +5,7 @@ Wants=postgresql.service [Service] Environment=FARGO_SETTINGS_FILE=/usr/lib/%p/debian_config.py +Environment=LANG=C.UTF-8 User=%p Group=%p ExecStartPre=/usr/bin/fargo-manage migrate_schemas --noinput