mirror of https://github.com/tteck/Proxmox.git
Testing issues with the service
This commit is contained in:
parent
fc9726c5fa
commit
2d3e84059f
install
|
@ -35,9 +35,9 @@ $STD apt-get install elasticsearch
|
|||
msg_ok "Installed Elastcisearch"
|
||||
|
||||
msg_info "Creating Service"
|
||||
$STD /bin/systemctl daemon-reload
|
||||
$STD /bin/systemctl enable elasticsearch.service
|
||||
$STD /bin/systemctl start elasticsearch.service
|
||||
# $STD /bin/systemctl daemon-reload
|
||||
# $STD /bin/systemctl enable elasticsearch.service
|
||||
# $STD /bin/systemctl start elasticsearch.service
|
||||
msg_ok "Created Service"
|
||||
|
||||
motd_ssh
|
||||
|
|
Loading…
Reference in New Issue