added HOME variable to fix #72
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ Add the following to your ``/etc/supervisord.conf`` file::
|
|||||||
directory = /home/some_user/
|
directory = /home/some_user/
|
||||||
autorestart = True
|
autorestart = True
|
||||||
user = some_user
|
user = some_user
|
||||||
environment = STNORESTART="1"
|
environment = STNORESTART="1", HOME="home/some_user"
|
||||||
|
|
||||||
Using systemd
|
Using systemd
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user