16 lines
338 B
Desktop File
16 lines
338 B
Desktop File
[Unit]
|
|
Description=Fabnum Dev - Streamlit App
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=fabnum
|
|
WorkingDirectory=/home/fabnum/fabnum-dev
|
|
ExecStart=/home/fabnum/fabnum-dev/venv/bin/streamlit run /home/fabnum/fabnum-dev
|
|
/fabnum.py --server.port 8502
|
|
Restart=always
|
|
RestartSec=5
|
|
Environment=PYTHONUNBUFFERED=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.targe
|