From 777ee1fe332b2c4da55dbcf0c6774d9f6c29fafa Mon Sep 17 00:00:00 2001 From: Dmitry Afanasyev Date: Tue, 16 Aug 2022 16:16:11 +0300 Subject: [PATCH] remove aiogram webhook method add gunicorn logs --- scripts/start-bot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-bot.sh b/scripts/start-bot.sh index be9f0b8..9e278a4 100644 --- a/scripts/start-bot.sh +++ b/scripts/start-bot.sh @@ -13,5 +13,5 @@ cd /opt/mosgortrans \ --chdir "/opt/mosgortrans/logs" \ --log-level info \ --error-logfile "/opt/mosgortrans/logs/gunicorn_err.log" \ - --worker-tmp-dir '/tmp/shm' \ + --worker-tmp-dir "/tmp" \ --pid "/opt/mosgortrans/logs/gunicorn_pid" \ No newline at end of file