blob: 10d5138cc0c4f760c24099d98690412cc70d1ea7 (
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=libretranslate
Group=www-data
WorkingDirectory=/home/libretranslate/LibreTranslate
Environment="PATH=/home/libretranslate/LibreTranslate/env/bin"
ExecStart=/home/libretranslate/LibreTranslate/env/bin/gunicorn --workers 3 --bind unix:libretranslate.sock -m 007 wsgi:app
[Install]
WantedBy=multi-user.target
|