On Tue, 2018-04-24 at 16:39 +0800, ChangZhuo Chen wrote: > Tini is the simplest init you could think of. > . > All Tini does is spawn a single child (Tini is meant to be run in a > container), and wait for it to exit all the while reaping zombies > and > performing signal forwarding.
What is the difference to dumb-init? Ansgar