use dpkg-statoverride instead of hardcoding config, because it will be replaced on saslauthd restarts. See: #1069. Closes: #684
This commit is contained in:
parent
217662a8a1
commit
4381c97bdb
|
@ -50,6 +50,4 @@ mkdir -p /var/log/alternc
|
|||
chown www-data:www-data /var/log/alternc
|
||||
chgrp -R www-data /etc/alternc
|
||||
|
||||
mkdir -p /var/spool/postfix/var/run/saslauthd
|
||||
chmod 710 /var/spool/postfix/var/run/saslauthd
|
||||
chown root:sasl /var/spool/postfix/var/run/saslauthd
|
||||
dpkg-statoverride --quiet --update --add root sasl 710 /var/spool/postfix/var/run/saslauthd || true
|
||||
|
|
Loading…
Reference in New Issue