From 3bcabc03b3c01cd631e7038f230a7d8b057b6a1a Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sun, 3 May 2020 02:26:16 +0200 Subject: [PATCH] Fix mistake in the systemd config --- conf/weblate.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/weblate.service b/conf/weblate.service index b9d657a..813ac9e 100644 --- a/conf/weblate.service +++ b/conf/weblate.service @@ -19,8 +19,8 @@ ExecStart=/usr/bin/uwsgi \ --socket /var/run/__APP__/socket \ --chmod-socket=775 \ --logto /var/log/__APP__/weblate.log \ - --processes 4 - --uid=__APP__ + --processes 4 \ + --uid=__APP__ \ --gid=www-data