diff --git a/scripts/install b/scripts/install index 35341ea..66d504b 100755 --- a/scripts/install +++ b/scripts/install @@ -58,7 +58,9 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="pydio.grpc.oauth ready" -sleep 10 +sleep 60 + +ynh_exec_warn journalctl -xu "$app.service" #================================================= # END OF SCRIPT diff --git a/scripts/upgrade b/scripts/upgrade index 9f8d5c2..0855f96 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -54,7 +54,10 @@ yunohost service add "$app" --description="File sharing platform" #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="pydio.gateway.websocket ready" +ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="pydio.grpc.oauth ready" +sleep 60 + +ynh_exec_warn journalctl -xu "$app.service" #================================================= # END OF SCRIPT