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