mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
Adding time for service to start
This commit is contained in:
parent
5090222d1f
commit
cd6f579baf
3 changed files with 3 additions and 0 deletions
|
@ -319,3 +319,4 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
systemctl start $app
|
systemctl start $app
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
|
sleep 30
|
||||||
|
|
|
@ -128,3 +128,4 @@ ynh_restore_file "/etc/logrotate.d/$app"
|
||||||
|
|
||||||
#systemctl reload php5-fpm
|
#systemctl reload php5-fpm
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
|
sleep 30
|
||||||
|
|
|
@ -170,3 +170,4 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
|
sleep 30
|
||||||
|
|
Loading…
Reference in a new issue