File size: 235 Bytes
8b058a4
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
[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