[Unit] Description=Gitea Webhook Ambassador Python Service After=network.target [Service] Type=simple User=nicolas WorkingDirectory=/home/nicolas/freeleaps-ops/apps/gitea-webhook-ambassador-python Environment=PATH=/home/nicolas/freeleaps-ops/apps/gitea-webhook-ambassador-python/venv/bin ExecStart=/home/nicolas/freeleaps-ops/apps/gitea-webhook-ambassador-python/venv/bin/python -m uvicorn app.main_demo:app --host 0.0.0.0 --port 8000 Restart=always RestartSec=10 [Install] WantedBy=multi-user.target