From 27de0e82154390765d85c41589ebadd6dbcdfe7a Mon Sep 17 00:00:00 2001 From: "P.J. Finlay" Date: Sat, 17 Jul 2021 16:32:29 +0000 Subject: Made username libretranslate --- libretranslate.service | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libretranslate.service') diff --git a/libretranslate.service b/libretranslate.service index ac6a081..10d5138 100644 --- a/libretranslate.service +++ b/libretranslate.service @@ -3,11 +3,11 @@ Description=LibreTranslate WSGI with Gunicorn and Nginx After=network.target [Service] -User=argosopentech +User=libretranslate 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 +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 -- cgit v1.2.3