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:
parent
93c7b5f99b
commit
c5b8501069
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue