New comment by Duncaen on void-packages repository https://github.com/void-linux/void-packages/pull/18592#issuecomment-579749772 Comment: We never ship default `/etc/sv/foo/conf` files, we use something like `${MAX_OPEN_FILES:-8192}` to have a default value. The `logger` will send logs into the void if its started before the syslog daemon, use `vlogger(1)`. In this case you can even just do `ln -s /usr/bin/vlogger srcpkgs/caddy/log/run` instead, vlogger will get the tag argument from the service path and `daemon.info` is the default priority.