Re: Moving from OpenRC to Runit, need some tips. Font rendering messed up
Reply #4 –
nvidia-utils-openrc is an "initscript" which starts nvidia-persistenced, however, since by principle runit can NOT in any way supervise background process (that's why in most runit services they run the program in foreground), I decided against adding it.
cpupower-openrc is just a oneshot script. I might add it someday but it's not on my priority list.
/run/runit/service points to /etc/runit/runsvdir/current, which by default points to /etc/runit/runsvdir/default. But if you want to run it immediately, just put your service into /run/runit/service.
I don't think this is an issue with runit itself since I have an NVIDIA non-free drivers and the fonts looked fine.
Your choice. Like I said, /run/runit/service is pointing to the running service directory. It's like the "default" runlevel in OpenRC.
If you run pstree -a, you may see a process (runsvdir) which has child (runsv) processes.
That is supervision tree.