diff options
Diffstat (limited to 'libretranslate.service')
-rw-r--r-- | libretranslate.service | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libretranslate.service b/libretranslate.service deleted file mode 100644 index 1e28adf..0000000 --- a/libretranslate.service +++ /dev/null @@ -1,18 +0,0 @@ -[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 -EnvironmentFile=/home/libretranslate/LibreTranslate-init/.env -Restart=always -ExecReload=/bin/kill -s HUP $MAINPID -KillMode=mixed -TimeoutStopSec=1 - -[Install] -WantedBy=multi-user.target |