diff --git a/scripts/install b/scripts/install index 10ed482..1c52387 100755 --- a/scripts/install +++ b/scripts/install @@ -74,7 +74,7 @@ ynh_use_logrotate --logfile="/var/log/$app/" ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service -ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="Starting Web Server" --timeout=30 +ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="Application started." --timeout=30 #================================================= # END OF SCRIPT