@plutarch Too many timing dependencies no? Init systems run as PID 1, so they run before the system is even up. Erlang needs the shared libraries, the file system, and deeper memory allocation beyond whatβs available to the boot system. By the the Erlang VM could even initialize, youβre already way past needing it. The signal handling model doesnβt really lend itself to working as I it either.All that said, itβs not impossible exactly, but itβs super impractical. Thereβs no actual benefit to implementing it and a whole mess of pitfalls.