Hi jagdpanther,
Why does OpenRC send many identical signals to stop a process?
Actually it does not. It goes like this: OpenRC sends signal 15 - which is SIGTERM - to the process in order for the process to be able to gracefully exit. SIGTERM is the standard linux/unix signal which should be ...