Forum › Forums › antiX-development › Development › antiX-bullseye-a2-runit_x64-full.iso available › Reply To: antiX-bullseye-a2-runit_x64-full.iso available
I cannot seem to find the way to stop all the runsv logging.
^—v
Remove/delete the folder (via root rox-filer) or unlink /etc/service/* where * is name of service eg ntp.
Don’t remove the following though
dbus
elogind
all getty
slim
udevd
>>> Remove/delete the folder
Not on-the-fly though, right?
…and, certainly not while an affected service is underway and is actively writing.
Doesn’t the necessity of resorting to altering the O/S directory hierarchy, on-the-fly, represent an inherent (and asinine) design flaw?
In an earlier topic, I posted a link (and screenshots) to for an “sv manager gui” program.
Today, I revisited to check whether it handles toggling of logging for individual services.
No, it does not, but
http://github.com/daltomi/xsv/blob/master/src/xsv.cpp#L1073
the program could be modified to additionally handle that task. (stop service, if running; mv directory; restart the service if it was running)