mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-12 23:41:46 +00:00
Enable ElasticSearch service (#4391)
This commit is contained in:
parent
6c5aa6677a
commit
95acf8c018
@ -30,7 +30,8 @@ $STD apt-get -y install elasticsearch
|
|||||||
echo "-Xms2g" >>/etc/elasticsearch/jvm.options
|
echo "-Xms2g" >>/etc/elasticsearch/jvm.options
|
||||||
echo "-Xmx2g" >>/etc/elasticsearch/jvm.options
|
echo "-Xmx2g" >>/etc/elasticsearch/jvm.options
|
||||||
$STD /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment -b
|
$STD /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment -b
|
||||||
systemctl -q restart elasticsearch
|
systemctl enable -q elasticsearch
|
||||||
|
systemctl restart -q elasticsearch
|
||||||
msg_ok "Setup Elasticsearch"
|
msg_ok "Setup Elasticsearch"
|
||||||
|
|
||||||
msg_info "Installing Zammad"
|
msg_info "Installing Zammad"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user