feat: solely handle single terminating signal for now

This commit is contained in:
Jef Roosens 2023-06-06 20:49:00 +02:00
parent 0faa6a8578
commit 50cdd3115f
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
6 changed files with 107 additions and 19 deletions

View file

@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://git.rustybever.be/Chewing_Bever/alex/src/branch/dev)
### Added
* Rudimentary signal handling for gently stopping server
* A single stop signal will trigger the Java process to shut down, but Alex
still expects to be run from a utility such as dumb-init
* Properly back up entire config directory
* Inject Java optimisation flags
## [0.1.1](https://git.rustybever.be/Chewing_Bever/alex/src/tag/0.1.1)
### Changed