1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

Use service php-fpm reload (instead of restart)

This commit is contained in:
polytan02 2017-02-17 20:55:01 +00:00
parent 1b85f67e0c
commit 879bee0bb4
3 changed files with 3 additions and 3 deletions

View file

@ -137,7 +137,7 @@ fi
# Reload services
sudo service php5-fpm restart || true
sudo service php5-fpm reload || true
sudo service nginx reload || true
sudo yunohost app ssowatconf

View file

@ -24,7 +24,7 @@ sudo rm -f /etc/cron.d/poller-cron
# Reload services after cleaning
sudo service php5-fpm restart
sudo service php5-fpm reload
sudo service nginx reload
# Régénère la configuration de SSOwat

View file

@ -85,7 +85,7 @@ else
fi
# Reload services
sudo service php5-fpm restart || true
sudo service php5-fpm reload || true
sudo service nginx reload || true
sudo yunohost app ssowatconf