Updated the supervisord example config.

This commit is contained in:
David Snopek 2013-07-17 19:19:37 +01:00
parent 45efa650d5
commit f891a939c3

View File

@ -6,3 +6,7 @@ autostart=true
autorestart=true autorestart=true
redirect_stderr=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