1
0
镜像自地址 https://github.com/mail-in-a-box/mailinabox.git 已同步 2026-03-24 19:07:23 +01:00

nsd.log must exist or rsyslog won't write to it

这个提交包含在:
downtownallday
2022-06-24 08:22:38 -04:00
父节点 577a39be85
当前提交 7c67ad49d0

查看文件

@@ -38,6 +38,12 @@ server:
EOF
# nsd.log must exist or rsyslog won't write to it
if [ ! -e /var/log/nsd.log ]; then
touch /var/log/nsd.log
chown syslog:adm /var/log/nsd.log
fi
# Since we have bind9 listening on localhost for locally-generated
# DNS queries that require a recursive nameserver, and the system
# might have other network interfaces for e.g. tunnelling, we have