systemd expects override files to be world-accessible. If they are not, warning "Configuration file /etc/systemd/system/pdns-recursor.service.d/override.conf is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway." is issued on service start.
Change mode of override files to be world accessible as that's what systemd expects
systemd expects override files to be world-accessible. If they are not, warning "Configuration file /etc/systemd/system/pdns-recursor.service.d/override.conf is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway." is issued on service start.
Change mode of override files to be world accessible as that's what systemd expects