> 31. mai 2025 kl. 04:53 skrev Valentin Lab <valentin.lab_busy...@kalysto.org>: > > This patch fixes a long-standing zombie-process leak in crond that > appears whenever crond itself is PID 1 (typical in minimal BusyBox > containers).
Generally speaking, you need a proper pid 1 process doing this. crond (or any other daemon) should not need to worry about this problem. With docker you can do: `docker run —init …` Alternatively you can use `tini`. -nc _______________________________________________ busybox mailing list busybox@busybox.net https://lists.busybox.net/mailman/listinfo/busybox