mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
fix uwsgi dir
This commit is contained in:
parent
473765263f
commit
b90b518b17
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RuntimeDirectory=__APP__
|
|||
ExecStartPre=/bin/chown -R __APP__ /var/log/__APP__
|
||||
|
||||
ExecStart=/usr/bin/uwsgi \
|
||||
--ini /etc/uwsgi/apps-available/__APP__.ini \
|
||||
--ini __INSTALL_DIR__/venv/lib/$weblate_pypath/site-packages/weblate/__APP__.ini \
|
||||
--logto /var/log/__APP__/weblate.log
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue