Message alignment during shutdown
Is there a way to align the message text while the system rebooted/poweroff?
*** WARNING ***
The system going down NOW!
s6-linux-init-shutdownd: info: sending all processes the TERM signal...
s6-linux-init-shutdownd: info: sending all processes the KILL signal...
I greped for the text in s6-scripts (/etc & /run), but I didn't find it.
Apparently, these messages are in the s6 source code.
P.S.
I think it should look something like this:
printf "\n%s$VAR)\n"
printf "The system going down NOW\n\n"
P.P.S.
Why the word "*** WARNING ***" and even more KILL signal?
Users usually know that they are shutting down the system.