fix(systemd): move Docker installation and swarm initialization to systemd enable flow

This commit is contained in:
2026-03-16 10:23:05 +00:00
parent 69e23f667e
commit 7fff15a90c
5 changed files with 64 additions and 58 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-16 - 1.15.1 - fix(systemd)
move Docker installation and swarm initialization to systemd enable flow
- Ensures Docker is installed before writing and enabling the systemd unit that depends on docker.service.
- Removes Docker auto-installation from Onebox initialization so setup happens in the service management path.
## 2026-03-16 - 1.15.0 - feat(systemd)
replace smartdaemon-based service management with native systemd commands