New comment by shahab-vahedi on void-packages repository https://github.com/void-linux/void-packages/issues/45653#issuecomment-1684054640 Comment: I've removed the `-v` from my setup and the problem still persists. ``` --- /etc/sv/metalog/run.orig +++ /etc/sv/metalog/run @@ -1,4 +1,4 @@ #!/bin/sh exec 2>&1 exec 1>&2 -[ -r conf ] && . ./conf -exec metalog ${OPTS=-v} +#[ -r conf ] && . ./conf +exec metalog ```