mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
chore: Remove the wrapper script for Postfix (#3033)
This commit is contained in:
parent
f496897b09
commit
24d0c358a1
3 changed files with 18 additions and 47 deletions
|
@ -131,7 +131,7 @@ autostart=false
|
|||
autorestart=true
|
||||
stdout_logfile=/var/log/supervisor/%(program_name)s.log
|
||||
stderr_logfile=/var/log/supervisor/%(program_name)s.log
|
||||
command=/usr/local/bin/postfix-wrapper.sh
|
||||
command=postfix start-fg
|
||||
|
||||
[program:changedetector]
|
||||
startsecs=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue