We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5aa66 commit 95acf8cCopy full SHA for 95acf8c
install/zammad-install.sh
@@ -30,7 +30,8 @@ $STD apt-get -y install elasticsearch
30
echo "-Xms2g" >>/etc/elasticsearch/jvm.options
31
echo "-Xmx2g" >>/etc/elasticsearch/jvm.options
32
$STD /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment -b
33
-systemctl -q restart elasticsearch
+systemctl enable -q elasticsearch
34
+systemctl restart -q elasticsearch
35
msg_ok "Setup Elasticsearch"
36
37
msg_info "Installing Zammad"
0 commit comments