blob: 9b60f879e95cc453a95896284bb074612f8e8a37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=LibreTranslate WSGI with Gunicorn and Nginx
After=network.target
[Service]
User=argosopentech
Group=www-data
WorkingDirectory=/home/argosopentech/LibreTranslate
Environment="PATH=/home/argosopentech/LibreTranslate/env/bin
ExecStart=/home/argosopentech/LibreTranslate/env/bin/gunicorn --workers 3 --bind unix:libretranslate.sock -m 007 wsgi:app
[Install]
WantedBy=multi-user.target
|