Fix real-time log streaming by simplifying service start command
All checks were successful
Build and Release / build-and-release (push) Successful in 1m34s

- Remove complex background process monitoring that was buffering output
- Use direct journalctl -fu command for immediate real-time log streaming
- Eliminate monitoring loop that was killing log stream when service became active
- User now controls log following duration with Ctrl+C
- Fixes buffering issues that prevented seeing ark server startup logs in real-time
This commit is contained in:
2025-11-19 08:42:50 +01:00
parent c0f7a97a6f
commit 61dd686fb9
5 changed files with 7 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-dashboard-shared"
version = "0.1.80"
version = "0.1.81"
edition = "2021"
[dependencies]