摘要:
#!/bin/bash #chkconfig:2345 20 90 #description: elastic service #processname: elastic ROOT_PATH=/es5/install case "$1" in start) su es5 -c "nohup /es5 阅读全文
摘要:
#!/bin/bash file_name="/sdzw/es5/conf/es.config" #安装目录 install_dir="/es5/esinstall" #es数据目录 es_dir="/data/es5data" network_host=`cat ${file_name} | gr 阅读全文