fix supervisrod to use a new server.static flag.

This commit is contained in:
Miroslav Šedivý 2025-04-02 01:08:17 +02:00
parent fe94c999c6
commit e566095cda

View file

@ -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