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

stop php5-fpm to remove movim

This commit is contained in:
src386 2015-09-03 17:24:46 +02:00
parent af85e14f24
commit 602dfca24c
2 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,7 @@ Current Movim version : 0.9 git2015-09-03
- script/install now check if path is empty.
- script/remove now delete /etc/php/fpm/pool.d/movim.conf (fix #8).
- script/remove now delete 'movim' user only after Movim service is stopped.
- script/remove now stop php5-fpm in order to remove Movim user
- script/update now updates php dependancies (composer update).
- conf/movim.service now has a PID and a syslog identifier.
- conf/nginx.conf : proxy_read_timeout and proxy_send_timeout removed (default is 60s)

View file

@ -5,6 +5,7 @@ db_name=movim
root_pwd=$(sudo cat /etc/yunohost/mysql)
#Stop service and remove init
sudo service php5-fpm stop
sudo /etc/init.d/movim stop
sudo systemctl stop movim.service
sudo systemctl disable movim.service
@ -22,4 +23,4 @@ udo rm etc/php5/fpm/pool.d/movim.conf
# Restarting services
sudo service nginx reload
sudo service php5-fpm restart
sudo service php5-fpm start