diff --git a/scripts/install b/scripts/install index bdb6a11..91d2a50 100644 --- a/scripts/install +++ b/scripts/install @@ -99,7 +99,7 @@ chown $app:$app "$install_dir/config/local-production.json" ynh_script_progression --message="Starting a systemd service..." # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP server listening on 127.0.0.1" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #--line_match="HTTP server listening on 127.0.0.1" #================================================= # INSTALL LDAP PLUGIN diff --git a/scripts/restore b/scripts/restore index 0e06b86..6d59a76 100644 --- a/scripts/restore +++ b/scripts/restore @@ -63,7 +63,7 @@ yunohost service add $app --description="Federated video streaming platform" --l #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP server listening on 127.0.0.1" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #--line_match="HTTP server listening on 127.0.0.1" ynh_systemd_action --service_name=nginx --action=reload diff --git a/scripts/upgrade b/scripts/upgrade index 5be713f..b0804a4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -165,7 +165,7 @@ fi #================================================= ynh_script_progression --message="Starting systemd service..." -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP server listening on 127.0.0.1" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #--line_match="HTTP server listening on 127.0.0.1" #================================================= # END OF SCRIPT