From c5b85010699eee92474b26fff36cd5d96936a47a Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 27 Feb 2019 20:58:13 +0100 Subject: [PATCH] Fix service reload --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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