From 6f5cc5001d9e52c33fb1ef94d0ba6b5fc5c1e5c2 Mon Sep 17 00:00:00 2001 From: Betty Date: Tue, 23 Jun 2026 17:14:26 +0200 Subject: [PATCH] post: commit 3299829 in bojemoi --- .../commits/2026-06-23-commit-3299829.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-06-23-commit-3299829.md diff --git a/content/posts/commits/2026-06-23-commit-3299829.md b/content/posts/commits/2026-06-23-commit-3299829.md new file mode 100644 index 0000000..dda2111 --- /dev/null +++ b/content/posts/commits/2026-06-23-commit-3299829.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] fix(startover): lockfile anti-double-exécution + retrait swarm-manager" +date: 2026-06-23T17:14:26+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 3299829 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `3299829` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `3299829876e73754eef2c7778f6ec762535ebb6a` | + + +### Description + +- Ajout d'un lockfile /var/run/startover.lock au démarrage pour éviter + les double-exécutions si supervise-daemon redémarre dockerd au boot +- swarm-manager retiré du runlevel default sur meta-76 (service vestigial + dont la restore ne fait rien et qui doublonnait gameover.sh) + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M scripts/startover.sh +``` + +### Diff Summary + +``` + scripts/startover.sh | 9 +++++++++ + 1 file changed, 9 insertions(+) +```