post: commit 3299829 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s

This commit is contained in:
2026-06-23 17:14:26 +02:00
committed by Betty
parent c475b546e6
commit 6f5cc5001d

View File

@@ -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 <noreply@anthropic.com>
### Files Changed
```
M scripts/startover.sh
```
### Diff Summary
```
scripts/startover.sh | 9 +++++++++
1 file changed, 9 insertions(+)
```