From f891a939c3b1a064be2c4ea3e492311d373ef34d Mon Sep 17 00:00:00 2001 From: David Snopek Date: Wed, 17 Jul 2013 19:19:37 +0100 Subject: [PATCH] Updated the supervisord example config. --- supervisor-anki-server.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/supervisor-anki-server.conf b/supervisor-anki-server.conf index f4f3b0d..1dc556d 100644 --- a/supervisor-anki-server.conf +++ b/supervisor-anki-server.conf @@ -6,3 +6,7 @@ autostart=true autorestart=true redirect_stderr=true +; Sometimes necessary if Anki is complaining about a UTF-8 locale. Make sure +; that the local you pick is actually installed on your system. +;environment=LANG=en_US.UTF-8,LC_ALL=en_US.UTF-8,LC_LANG=en_US.UTF-8 +