[Unit] Description=H3R7Tech LeadHunter API (Port 8769) Documentation=https://portal-kolifee.duckdns.org After=network.target [Service] Type=simple User=h3r7 WorkingDirectory=/home/h3r7/turf_saas # Charger les variables d'environnement depuis /home/h3r7/.env # (notamment GOOGLE_PLACES_API_KEY) EnvironmentFile=/home/h3r7/.env ExecStart=/home/h3r7/turf_saas/venv/bin/python3 /home/h3r7/turf_saas/leadhunter_api.py Restart=always RestartSec=10 Environment=PYTHONPATH=/home/h3r7/turf_saas [Install] WantedBy=multi-user.target