On Wed, Nov 05, 2025 at 03:32:18PM +0100, Stefano Garzarella wrote: > On Tue, Nov 04, 2025 at 02:38:54PM -0800, Bobby Eshleman wrote: > > From: Bobby Eshleman <[email protected]> > >
[...] > > > > -trap cleanup EXIT > > - > > Why avoiding the cleanup on exit? > Should we mention this change in commit description? > Makes sense to call it out. It's removed because it just isn't needed anymore (vm_start() callers now all terminate and cleanup the pidfiles). I'll add more context in the message. Best, Bobby

