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

Fix service reload

This commit is contained in:
yalh76 2019-02-27 20:58:13 +01:00
parent 93c7b5f99b
commit c5b8501069

View file

@ -249,7 +249,9 @@ systemctl reload nginx
#================================================= #=================================================
ynh_print_info "Reloading OnlyOffice..." ynh_print_info "Reloading OnlyOffice..."
ynh_systemd_action --service_name=supervisor --action=restart --line_match="INFO success: docservice entered RUNNING state" --log_path="systemd" supervisorctl stop all
supervisorctl start all
#ynh_systemd_action --service_name=supervisor --action=restart --line_match="INFO success: docservice entered RUNNING state" --log_path="systemd"
sleep 10 sleep 10