diff --git a/users/autostart.rst b/users/autostart.rst index ad96f52ab..beffbc37a 100644 --- a/users/autostart.rst +++ b/users/autostart.rst @@ -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 ~~~~~~~~~~~~~