eclipse-chariott / chariott

chariott
MIT License
27 stars 16 forks source link

[PBI] Support running Chariott services as a systemd service #280

Open ladatz opened 5 months ago

ladatz commented 5 months ago

Description

Support running Chariott services as a systemd service. Today we have examples and instructions for running the service as a native process and a container (with either podman or Docker). Adding support for systemd involves creating systemd service files, configuring it, and testing.

Acceptance criteria