diff --git a/scripts/install b/scripts/install index 89b7b88..e5040f7 100644 --- a/scripts/install +++ b/scripts/install @@ -249,7 +249,9 @@ systemctl reload nginx #================================================= 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