added HOME variable to fix #72

This commit is contained in:
Stefan-Code
2015-11-05 18:29:16 +01:00
parent 009e78bcca
commit 353eeddfe1

View File

@@ -158,7 +158,7 @@ Add the following to your ``/etc/supervisord.conf`` file::
directory = /home/some_user/
autorestart = True
user = some_user
environment = STNORESTART="1"
environment = STNORESTART="1", HOME="home/some_user"
Using systemd
~~~~~~~~~~~~~