New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/37848#discussion_r1067551377 Comment: If this logs something, having a logging service would be nice. Look at the dockerd service in the moby package for an example. ```suggestion [ -r conf ] && . ./conf exec routinator --config ${CONF_FILE:-/etc/routinator/routinator.conf} server --user=_routinator --group=_routinator $OPTS 2>&1 ```