mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
Fix creating missing jetty systemd directory during install
Co-Authored-By: Michael Kroes <michael@kroes.email>
This commit is contained in:
parent
a027b9f467
commit
f64feec520
@ -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