There is an updated pull request by Goorzhel against master on the void-packages repository https://github.com/Goorzhel/void-packages vault https://github.com/void-linux/void-packages/pull/28200 vault: chown config dir to service user Dunno why I missed this before, but: ``` $ sudo -u _vault vault server -config=/etc/vault Password: error loading configuration from /etc/vault: open /etc/vault: permission denied $ sudo chown _vault:_vault /etc/vault $ sudo -u _vault vault server -config=/etc/vault ==> Vault server configuration: <...> ``` A patch file from https://github.com/void-linux/void-packages/pull/28200.patch is attached