From a74bf9986b3aafc89bcbaba5aa2508c23341c7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Tue, 16 Mar 2021 14:08:38 +0100 Subject: [PATCH] supervisord kill neko with SIGINT. --- runtime/supervisord.conf | 2 ++ 1 file changed, 2 insertions(+) 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