Update start-notification-service.sh
Run CI Tests / test (push) Failing after 45s

This commit is contained in:
2025-08-16 15:29:32 +02:00
parent 6b1a9e8c38
commit 057c9d3f11
+2 -2
View File
@@ -2,7 +2,7 @@
set -eo pipefail
# Nettoyage des anciens processus
pkill -f notification_service.py || true
pkill -f start-notification-service.py || true
rm -f /tmp/notify-service.pid
# Démarrage du bus D-Bus
@@ -13,7 +13,7 @@ sleep 1
# Démarrage du service
echo "🔧 Lancement du service..."
python3 notification_service.py &
python3 start-notification-service.py &
SERVICE_PID=$!
echo $SERVICE_PID > /tmp/notify-service.pid