mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Update uwsgi helper
This commit is contained in:
parent
178b969952
commit
5edaadc370
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,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…
Add table
Reference in a new issue