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:
parent
c48e4518a0
commit
f0e8f78d9a
2 changed files with 2 additions and 1 deletions
|
@ -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/remove now stop php5-fpm in order to remove Movim user
|
||||||
- script/update now updates php dependancies (composer update).
|
- script/update now updates php dependancies (composer update).
|
||||||
- conf/movim.service now has a PID and a syslog identifier.
|
- 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/nginx.conf : proxy_read_timeout and proxy_send_timeout removed (default is 60s)
|
||||||
- conf/php-fpm.conf add timezone parameter.
|
- conf/php-fpm.conf add timezone parameter.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Movim daemon
|
Description=Movim daemon
|
||||||
After=nginx.service network.target local-fs.target
|
After=nginx.service network.target local-fs.target mysql.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=movim
|
User=movim
|
||||||
|
|
Loading…
Reference in a new issue