New review comment by Duncaen on void-packages repository https://github.com/void-linux/void-packages/pull/43583#discussion_r1248849082 Comment: ```shell #!/bin/sh exec 2>&1 [ -r ./conf ] && . ./conf exec mdevd ${OPTS:- -b 200000 -O4} ```