talos/internal
Andrey Smirnov 89fc68b459
fix: service lifecycle issues
The core change is moving the context out of the `ServiceRunner` struct
to be a local variable, and using a channel to notify about shutdown
events.

Add more synchronization between Run and the moment service started to
avoid mis-identifying not running (yet) service as successfully finished.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
Co-authored-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
2024-03-19 18:11:13 +04:00
..
app fix: service lifecycle issues 2024-03-19 18:11:13 +04:00
integration test: disable volume tests 2024-03-19 16:40:42 +04:00
pkg feat: implement Install for imager overlays 2024-03-12 22:46:29 +05:30