blob: ac6a081cfabedc8ef01e9838627233c532775756 (
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
|