17 lines
326 B
Desktop File
17 lines
326 B
Desktop File
[Unit]
|
|
Description=Streamlit LM Studio Chatbot proxy Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=samuele
|
|
WorkingDirectory=/home/samuele/lm-chat-app/streamlit
|
|
ExecStart=/home/samuele/lm-chat-app/start-streamlit.sh
|
|
Restart=always
|
|
RestartSec=1
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|