mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
Both package types, RPM and deb now contain an option to not restart on upgrade. This option can be configure in /etc/default/elasticsearch for dpkg based systems and /etc/sysconfig/elasticsearch for rpm based systems. By default the setting is as before, where a restart is executed on upgrade. Closes #3685