diff --git a/README.md b/README.md index f860318..2312418 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Current Movim version : 0.9 git2015-09-07 - 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/movim.service starts after mysql.service - conf/nginx.conf : proxy_read_timeout and proxy_send_timeout removed (default is 60s) - conf/php-fpm.conf add timezone parameter. diff --git a/conf/movim.service b/conf/movim.service index a32ed00..1ef8d33 100644 --- a/conf/movim.service +++ b/conf/movim.service @@ -1,6 +1,6 @@ [Unit] Description=Movim daemon -After=nginx.service network.target local-fs.target +After=nginx.service network.target local-fs.target mysql.service [Service] User=movim