Hi there!
I have upgraded my box to the v64 after updating the VPS to the 22.04 LTS. Immediately I have noticed that the NSD daemon fails to write to /var/log
directory.
It seams the issue is related to two missing configuration actions:
- nsd is not in the syslog group
- the
nsd.service
file does not list/var/log
as writable directory for the process
I have added the nsd to the syslog group and modified the /lib/systemd/system/nsd.service
file. I have also added package divertion for that file.
Is it worth creating a patch and a pull request? Or am I missing something and it was by design not a bug?
Kind regards,
Slawomir