From f2ac78d1548bc310ab5ceaa46750964aa6f02e14 Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Tue, 17 Aug 2021 09:39:30 -0400 Subject: [PATCH] reverted stopwaitsecs for postfix (#2137) --- target/supervisor/conf.d/supervisor-app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/supervisor/conf.d/supervisor-app.conf b/target/supervisor/conf.d/supervisor-app.conf index 7fad4b31..23ef7204 100644 --- a/target/supervisor/conf.d/supervisor-app.conf +++ b/target/supervisor/conf.d/supervisor-app.conf @@ -108,7 +108,7 @@ command=/usr/bin/fetchmail -f /etc/fetchmailrc -v --nodetach --daemon %(ENV_FETC [program:postfix] startsecs=0 -stopwaitsecs=20 +stopwaitsecs=55 autostart=false autorestart=true stdout_logfile=/var/log/supervisor/%(program_name)s.log