[Unit] Description=Autoprotocol mobile web app After=network-online.target [Service] Type=simple WorkingDirectory=/home/agent/projects/Autoprotocol Environment=AUTOPROTOCOL_PORT=8501 Environment=AUTOPROTOCOL_MAX_UPLOAD_MB=4096 ExecStart=/home/agent/projects/Autoprotocol/.venv/bin/streamlit run app.py --server.address 0.0.0.0 --server.port 8501 --server.headless true --server.maxUploadSize 4096 Restart=on-failure RestartSec=5 [Install] WantedBy=default.target