diff --git a/runtime/supervisord.conf b/runtime/supervisord.conf index 18fc1c42..61c505c3 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 +command=/usr/bin/neko serve autorestart=true priority=800 user=%(ENV_USER)s