diff options
author | P.J. Finlay <pjappdevelopment@gmail.com> | 2021-07-17 15:23:36 +0000 |
---|---|---|
committer | P.J. Finlay <pjappdevelopment@gmail.com> | 2021-07-17 15:23:36 +0000 |
commit | 4defc62e8a49c5b69a1c7f820c41794dc6a562b0 (patch) | |
tree | deb05c917a460af276d5575bf80c6bbd959c8c4a /libretranslate.service | |
parent | 7db223ae11714fe5cb0ef22fa7c87635b77daa4e (diff) |
Launcing LibreTranslate from script
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] |