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 2023-08-18 17:00:30.902350525 +0200 +++ /etc/sv/metalog/run 2023-08-18 17:01:13.284474084 +0200 @@ -1,4 +1,4 @@ #!/bin/sh exec 1>&2 -[ -r conf ] && . ./conf -exec metalog ${OPTS=-v} +#[ -r conf ] && . ./conf +exec metalog ```