Files
testing123/streamlit_dashboard/streamlit.service.production
2026-05-21 08:40:24 -04:00

13 lines
363 B
Plaintext

[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