From 987067aa1e63aba4b20ad215df63b6ea53fccc8e Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Sat, 18 Jul 2026 17:00:45 +0200 Subject: [PATCH] Fix shutdown preoperly --- orchestrateur/smartwave.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/orchestrateur/smartwave.service b/orchestrateur/smartwave.service index ed236d3..8c669f6 100644 --- a/orchestrateur/smartwave.service +++ b/orchestrateur/smartwave.service @@ -13,5 +13,8 @@ ExecStart=/bin/sh /home/pi/SmartWave/orchestrateur/launch.sh /home/pi/SmartWave/ Restart=on-failure RestartSec=5 +TimeoutStopSec=5s +KillMode=mixed + [Install] WantedBy=multi-user.target \ No newline at end of file