In runit.postinit, kill -s HUP 1 is executed.
This is an issue in the case of a docker container where you are running bash as PID 1. When bash is send HUP, it will exit instantly, making installation of runit impossible without overriding the kill command.
In runit.postinit, kill -s HUP 1 is executed.
This is an issue in the case of a docker container where you are running bash as PID 1. When bash is send HUP, it will exit instantly, making installation of runit impossible without overriding the kill command.