- Set discovery.type: single-node (required for single-node ES)
- Set xpack.security.enabled: false (not needed in local LXC)
- Set bootstrap.memory_lock: false (fails in unprivileged LXC)
- Add startup wait loop (up to 60s) to ensure ES is ready before
Zammad installation continues
Fixes #12301-related recurring Elasticsearch startup failures
The JVM heap options were appended with >> which left the old
defaults in place. Use sed to replace them instead.
Also add the missing systemctl daemon-reload that ES requires
after package installation before the service can be started.
Closes#12111
* New Script: Zammad
* Implement changes
* Changes after review
* Added changes
* Added changes
* Change to new System
* Change to new Default System
* formatting
* Update zammad.json
* fix json
* Update zammad.json
fix OS
* remove / in json
* Sync with develop branch
---------
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>