1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

Restart uwsgi in each script

This commit is contained in:
Josué Tille 2018-03-15 23:33:57 +01:00
parent a7afb52631
commit 716a898ed6
4 changed files with 7 additions and 4 deletions

View file

@ -98,5 +98,5 @@ yunohost app addaccess --users=$admin $app
# Configuration de logrotate
ynh_use_logrotate /var/log/pgadmin
# RELOAD NGINX
# reload uwsgi
systemctl restart uwsgi

View file

@ -49,3 +49,6 @@ ynh_secure_remove /etc/uwsgi/apps-enabled/pgadmin.ini
# Delete a system user
ynh_system_user_delete $app
# reload uwsgi
systemctl restart uwsgi

View file

@ -53,6 +53,6 @@ yunohost app addaccess --users=$admin $app
# Configuration de logrotate
ynh_use_logrotate /var/log/pgadmin
# RELOAD NGINX AND PHP-FPM
# reload uwsgi and nginx
systemctl restart uwsgi
systemctl reload nginx

View file

@ -48,5 +48,5 @@ set_permission
# Create a dedicated nginx config
ynh_add_nginx_config
# RELOAD NGINX
systemctl reload uwsgi
# reload uwsgi
systemctl restart uwsgi