[Unit] Description=PASBDC Streamlit Analytics Dashboard After=network.target [Service] User=valle276 WorkingDirectory=/home/valle276/pasbdc_streamlit_dashboard/streamlit_dashboard ExecStart=/home/valle276/pasbdc_streamlit_dashboard/.venv/bin/streamlit run main.py --server.port 8501 --server.address 0.0.0.0 Restart=always [Install] WantedBy=multi-user.target