diff --git a/runtime/supervisord.conf b/runtime/supervisord.conf index 950ddbb5..16431d13 100644 --- a/runtime/supervisord.conf +++ b/runtime/supervisord.conf @@ -33,7 +33,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 --static "/var/www" +command=/usr/bin/neko serve --server.static "/var/www" stopsignal=INT stopwaitsecs=3 autorestart=true