Add real-time logging to service stop command
All checks were successful
Build and Release / build-and-release (push) Successful in 2m9s

- Update stop command to use background systemctl with immediate log following
- Use same approach as start command for consistent real-time log viewing
- Version bump to 0.1.84
This commit is contained in:
2025-11-19 11:59:18 +01:00
parent 4f4ef6259b
commit 65bfb9f617
5 changed files with 8 additions and 9 deletions

6
Cargo.lock generated
View File

@@ -270,7 +270,7 @@ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
[[package]]
name = "cm-dashboard"
version = "0.1.82"
version = "0.1.83"
dependencies = [
"anyhow",
"chrono",
@@ -292,7 +292,7 @@ dependencies = [
[[package]]
name = "cm-dashboard-agent"
version = "0.1.82"
version = "0.1.83"
dependencies = [
"anyhow",
"async-trait",
@@ -315,7 +315,7 @@ dependencies = [
[[package]]
name = "cm-dashboard-shared"
version = "0.1.82"
version = "0.1.83"
dependencies = [
"chrono",
"serde",