mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-25 07:47:05 +00:00
Merge branch 'ubuntu_bionic_solr_fts' of https://github.com/jvolkenant/mailinabox into extended-fts
This commit is contained in:
commit
4e8e106ca4
@ -58,6 +58,12 @@ hide_output install -m 644 conf/cronjob/solr /etc/cron.d/
|
|||||||
chown -R mail:dovecot /etc/dovecot
|
chown -R mail:dovecot /etc/dovecot
|
||||||
chmod -R o-rwx /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 services to reload solr schema & dovecot plugins
|
||||||
restart_service tomcat9
|
restart_service tomcat9
|
||||||
restart_service dovecot
|
restart_service dovecot
|
||||||
|
Loading…
Reference in New Issue
Block a user