A. Schulze:
>
>
> Am 02.04.2018 um 19:30 schrieb Wietse Venema:
> > - "") exec $daemon_directory/master
> > + "") exec $daemon_directory/master -d
> > + $FATAL "could not start-fg $daemon_directory/master"
>
> version 3.3.0 don't contain the "exec $daemon_directory/master" but only
> "$daemon_directory/master"
Yes, my mistake.
> anyway, the patched version run master as PID 1. fine!
Good enough for proof of concept. The only misfeature is that it
passes -d to all child processes. I will add a new flag that does
less than '-d', only the things that containers need.
BTW on a non-container host, "postfix stop" stops the master
as expected. You're not supposed to 'postfix stop' from inside
containers anyway.
Wietse