Yeah, every now and then I take a step back and say “what the fuck did they build?” when dealing with some of the GNU tools. Twenty minutes later I’ll start complaining about how the BSD version of something from coreutils lacks a GNU argument that would make my life about 83% easier.
It’s like a sick sort of Stockholm Syndrome. I do genuinely like GNU coreutils, but there’s some baffling shit present.
Does runit have the equivalent of
systemctl --user
for managing per-user daemons like pipewire? I had some issues with pipewire recently and being able tojournalctl --user -u pipewire
andsystemctl --user restart pipewire
was a total godsend for me.