diff options
Diffstat (limited to 'libretranslate.service')
-rw-r--r-- | libretranslate.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libretranslate.service b/libretranslate.service index 9b60f87..ac6a081 100644 --- a/libretranslate.service +++ b/libretranslate.service @@ -6,7 +6,7 @@ After=network.target User=argosopentech Group=www-data WorkingDirectory=/home/argosopentech/LibreTranslate -Environment="PATH=/home/argosopentech/LibreTranslate/env/bin +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] |