From c5da36f961d044dd7eeafb9c9efa162d42f7ae2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 7 Oct 2018 12:33:50 +0200 Subject: [PATCH] debian: run service in a utf-8 locale (#27061) --- debian/chrono.service | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/chrono.service b/debian/chrono.service index 9361fd41..142d5982 100644 --- a/debian/chrono.service +++ b/debian/chrono.service @@ -5,6 +5,7 @@ Wants=postgresql.service [Service] Environment=CHRONO_SETTINGS_FILE=/usr/lib/%p/debian_config.py +Environment=LANG=C.UTF-8 User=%p Group=%p ExecStartPre=/usr/bin/chrono-manage migrate_schemas --noinput