mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-16 23:57:24 +02:00
Fix the ownership of nsd.log on upgrade
This commit is contained in:
@@ -389,4 +389,8 @@ mail.* stop
|
|||||||
# configuration.
|
# configuration.
|
||||||
:app-name, isequal, "nsd" -/var/log/nsd.log
|
:app-name, isequal, "nsd" -/var/log/nsd.log
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# Before miabldap v56, nsd.log was owned by nsd:nsd, which would
|
||||||
|
# prevent rsyslog from writing to it. Fix the ownership.
|
||||||
|
[ -e /var/log/nsd.log ] && chown syslog:adm /var/log/nsd.log
|
||||||
restart_service rsyslog
|
restart_service rsyslog
|
||||||
|
|||||||
Reference in New Issue
Block a user