mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
Merge remote-tracking branch 'origin/pr/1584'
This commit is contained in:
commit
5a7a4e643f
@ -1 +1,2 @@
|
||||
#!/bin/bash
|
||||
/usr/bin/doveadm fts rescan -A
|
||||
|
@ -58,6 +58,7 @@ chmod -R o-rwx /etc/dovecot
|
||||
|
||||
# Newer updates to jetty9 restrict write directories, this allows for
|
||||
# jetty to write to solr database directories
|
||||
mkdir -p /etc/systemd/system/jetty9.service.d/
|
||||
cat > /etc/systemd/system/jetty9.service.d/solr-permissions.conf << EOF
|
||||
[Service]
|
||||
ReadWritePaths=/var/lib/solr/
|
||||
|
Loading…
Reference in New Issue
Block a user