mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Fix mistake in the systemd config
This commit is contained in:
parent
4448de373c
commit
3bcabc03b3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue