OpenSearch/bin
Tanguy Leroux 168238dab6 Add properties files to configure startup and installation scripts
Many scripts are used to start/stop and install/uninstall elasticsearch. These scripts share a lot of configuration properties like directory paths, max value for a setting, default user etc. Most of the values are identical but some of them are different depending of the platform (Debian-based or Redhat-based OS), depending of the way elasticsearch is started (shell script, systemd, sysv-init...) or the way it is installed (zip, rpm, deb...). Today the values are duplicated in multiple places, making it difficult to maintain the scripts or to update a value.

This pull request make this more uniform: values used in scripts must be defined in a common packaging.properties file. Each value can be overridden in another specific packaging.properties file for Debian or Redhat. All startup and installation scripts are filtered with the common then the custom packaging.properties files before being packaged as a zip/tar.gz/rpm/dpkf archive.
2015-04-02 18:09:43 +02:00
..
elasticsearch Allow configuration of the GC log file via an environment variable 2015-02-12 17:07:57 +01:00
elasticsearch-service-mgr.exe rework script to handle path with spaces 2013-09-17 15:01:09 +03:00
elasticsearch-service-x64.exe rework script to handle path with spaces 2013-09-17 15:01:09 +03:00
elasticsearch-service-x86.exe rework script to handle path with spaces 2013-09-17 15:01:09 +03:00
elasticsearch.bat Windows: makes elasticsearch.bat more friendly to automated processes 2015-01-12 12:24:40 +01:00
elasticsearch.in.bat Add properties files to configure startup and installation scripts 2015-04-02 18:09:43 +02:00
elasticsearch.in.sh Add properties files to configure startup and installation scripts 2015-04-02 18:09:43 +02:00
plugin Plugins: Support usage of ES_JAVA_OPTS in plugin commands 2014-10-30 13:41:08 +01:00
plugin.bat Plugins: Support usage of ES_JAVA_OPTS in plugin commands 2014-10-30 13:41:08 +01:00
service.bat Add properties files to configure startup and installation scripts 2015-04-02 18:09:43 +02:00