From 5edaadc37056e9470ea8afbffe2475e8ecce4c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 24 May 2020 00:21:50 +0200 Subject: [PATCH] Update uwsgi helper --- scripts/experimental_helper.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/experimental_helper.sh b/scripts/experimental_helper.sh index ca73ea7..a5cc663 100644 --- a/scripts/experimental_helper.sh +++ b/scripts/experimental_helper.sh @@ -21,7 +21,8 @@ ExecStart=/usr/bin/uwsgi \ --logto /var/log/uwsgi/%i/%i.log User=%i Group=www-data -Restart=on-failure +Restart=always +RestartSec=10 KillSignal=SIGQUIT Type=notify StandardError=syslog