New comment by shahab-vahedi on void-packages repository https://github.com/void-linux/void-packages/pull/45700#issuecomment-1686804956 Comment: I agree with your points @Duncaen . There are a few things to note here: 1. Currently, both `exec 2>&1` and `exec 1>&2` exist in the `run` script. 2. There is a default `-v` passed to the program, which I think is unnecessary. The maintainer [thinks](https://github.com/void-linux/void-packages/issues/45653#issuecomment-1683718365) the same. 3. The `log` part of this daemon is [removed](https://github.com/void-linux/void-packages/blob/master/srcpkgs/metalog/template#L26). If you help me in the right direction, I want to address them all. Should I put back the `exec 2>&1` and remove `exec 1>&2`, while replacing `-v` with `-B` as the default parameter as @aryandb [suggested](https://github.com/void-linux/void-packages/pull/45700#issuecomment-1686563601)? Should I put the logging part back in? As it is, it does stop a user from logging into the system.