I have installed Artix Base Runit.
Even though this is my first run immediately after installation, I get "Loading sysctl settings [busy]" at startup.
It's kind of weird. Is there anything I can do to normalize this message?
After deleting /usr/lib/sysctl.d, this message was no longer displayed.
However, I can't do any configuration with it.
It's a normal behaviour for Artix runit scripts. The inscription "busy" changes to "done" via stage 1 scripts, but if the program writes something into console, it becomes yet impossible for the script to change the inscription, because the cursor leaves the due string. Perhaps it can be overcome, but I'm not so closely familiar with bash scripting.
Hmmm, even though there is no real harm, it looks bad.
This bad look does not happen in Void, which also uses Runit.
This is related not to runit itself, but to the system environment, namely init scripts written in bash. Void and Artix use different loading scripts for stage 1.