mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
Update uwsgi helper
This commit is contained in:
parent
b6f62df85a
commit
464c35057c
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ ExecStart=/usr/bin/uwsgi \
|
||||||
--logto /var/log/uwsgi/%i/%i.log
|
--logto /var/log/uwsgi/%i/%i.log
|
||||||
User=%i
|
User=%i
|
||||||
Group=www-data
|
Group=www-data
|
||||||
Restart=on-failure
|
Restart=always
|
||||||
|
RestartSec=10
|
||||||
KillSignal=SIGQUIT
|
KillSignal=SIGQUIT
|
||||||
Type=notify
|
Type=notify
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
|
|
Loading…
Reference in a new issue