mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-10 09:24:50 +02:00
reverted stopwaitsecs for postfix (#2137)
This commit is contained in:
parent
232d463b81
commit
f2ac78d154
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue