[Unit] Description=Token Broker API (Port 8783) Documentation=https://portal-kolifee.duckdns.org After=network.target postgresql.service [Service] Type=simple User=h3r7 WorkingDirectory=/home/h3r7/turf_saas/services/token-broker EnvironmentFile=/home/h3r7/turf_saas/services/token-broker/.env Environment=PYTHONPATH=/home/h3r7/turf_saas Environment=FLASK_ENV=production ExecStart=/home/h3r7/turf_saas/venv/bin/python3 /home/h3r7/turf_saas/services/token-broker/token_broker_api.py Restart=always RestartSec=10 [Install] WantedBy=multi-user.target