Skip to content

Commit 95acf8c

Browse files
authored
Enable ElasticSearch service (#4391)
1 parent 6c5aa66 commit 95acf8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/zammad-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ $STD apt-get -y install elasticsearch
3030
echo "-Xms2g" >>/etc/elasticsearch/jvm.options
3131
echo "-Xmx2g" >>/etc/elasticsearch/jvm.options
3232
$STD /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment -b
33-
systemctl -q restart elasticsearch
33+
systemctl enable -q elasticsearch
34+
systemctl restart -q elasticsearch
3435
msg_ok "Setup Elasticsearch"
3536

3637
msg_info "Installing Zammad"

0 commit comments

Comments
 (0)