Mention DynamicUser implications for logs and cache

Rosanna4 2018-05-22 13:03:51 +01:00
parent 05486341cf
commit 4e08484753

@ -19,6 +19,8 @@ systemd[1]: dnscrypt-proxy.socket: TCP_DEFER_ACCEPT failed: Protocol not availab
They happen because systemd tries to apply TCP only options for UDP socket. This shouldn't affect functionality.
If `DynamicUser=yes` option is enabled in systemd service then you may need to adjust log and cache files paths in `dnscrypt-proxy.toml`. Those should be put under `/var/log/dnscrypt-proxy/` and `/var/cache/dnscrypt-proxy/` accordingly.
--
Are you familiar with systemd? Please update this Wiki page with relevant information!