Merge branch 'ubuntu_bionic_solr_fts' of https://github.com/jvolkenant/mailinabox into extended-fts

This commit is contained in:
John Supplee 2019-04-20 12:42:42 +02:00
commit 4e8e106ca4
1 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,12 @@ hide_output install -m 644 conf/cronjob/solr /etc/cron.d/
chown -R mail:dovecot /etc/dovecot
chmod -R o-rwx /etc/dovecot
cat > /etc/systemd/system/tomcat9.service.d/solr-permissions.conf << EOF
[Service]
ReadWritePaths=/var/lib/solr/
ReadWritePaths=/var/lib/solr/data/
EOF
# Restart services to reload solr schema & dovecot plugins
restart_service tomcat9
restart_service dovecot