New comment by shahab-vahedi on void-packages repository https://github.com/void-linux/void-packages/pull/45700#issuecomment-1686829278 Comment: I've tried this and everything seems to work fine, I even put back the `log` facility. ``` #!/bin/sh exec 2>&1 [ -r conf ] && . ./conf exec metalog ${OPTS=-B} ``` If you agree, I'll push my latest changes. EDIT: just forced push, so you could see the whole commit.