Jacob Molnia
inital draft for deplyment
8b058a4
raw
history blame
235 Bytes
[Unit]
Description=Gradio App Service
After=network.target
[Service]
User={{ app_user }}
WorkingDirectory={{ app_dir }}
ExecStart={{ venv_dir }}/bin/python {{ app_dir }}/src/app.py
Restart=always
[Install]
WantedBy=multi-user.target