diff --git a/runtime/supervisord.conf b/runtime/supervisord.conf index 98f71bc2..18fc1c42 100644 --- a/runtime/supervisord.conf +++ b/runtime/supervisord.conf @@ -43,7 +43,7 @@ redirect_stderr=true [program:neko] environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s" -command=/usr/bin/neko serve -d --static "/var/www" +command=/usr/bin/neko serve -d autorestart=true priority=800 user=%(ENV_USER)s