PowerDNS / pdns_recursor-ansible

PowerDNS Recursor Ansible role
MIT License
42 stars 49 forks source link

Make systemd service unit overrides world accesible #187

Open Novakov opened 2 months ago

Novakov commented 2 months ago

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