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

add after mysql.service

This commit is contained in:
src386 2015-09-07 15:42:55 +02:00
parent c48e4518a0
commit f0e8f78d9a
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -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