[Unit] Description=FMCG Compliance Assessment Tool After=network.target [Service] Type=simple User=www-data WorkingDirectory=/opt/fmcg ExecStart=/opt/fmcg/.venv/bin/streamlit run app.py --server.port 8501 --server.headless true --server.address 0.0.0.0 Restart=on-failure RestartSec=5 Environment=PYTHONUNBUFFERED=1 [Install] WantedBy=multi-user.target