diff --git a/runtime/supervisord.conf b/runtime/supervisord.conf index 61c505c3..e27d23f5 100644 --- a/runtime/supervisord.conf +++ b/runtime/supervisord.conf @@ -44,6 +44,8 @@ redirect_stderr=true [program:neko] environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s" command=/usr/bin/neko serve +stopsignal=INT +stopwaitsecs=3 autorestart=true priority=800 user=%(ENV_USER)s