Altough there is an entry in the systemd unit file EnvironmentFile=/mnt/dietpi_userdata/vaultwarden/vaultwarden.env but I think this had to be symlinked to /mnt/dietpi_userdata/vaulwarden/.env.
I did not try with a symlink, I just renamed vaultwarden.env to .env and the info in journalctl went away.
In this file are already made some configs (like the data directory is set to /mnt/dietpi_userdata/vaultwarden), so it looks like it’s working?
In the systemd unit is also set a path to this file. So maybe it’s used because of the systemd unit? But if I would start vaultvarden manually, without systemd, the file would be ignored due to “false” naming?
And maybe I found another thing:
In the unit file there is a line: ReadWritePaths=-/mnt/dietpi_userdata/vaultwarden
I think the - behind the = is a typo?!
I can confirm:
The vaultwarden.env gets not ignored, I changed the port of the web UI and it worked, but it sill showed this [INFO]. So I think it’s a bug?!