diff --git a/scripts/install b/scripts/install index ca41ffc..931dc5c 100644 --- a/scripts/install +++ b/scripts/install @@ -66,7 +66,7 @@ yunohost service add $app --description="Minimalist feed reader" --log="/var/log 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="Listening on" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Listening on" #================================================= # END OF SCRIPT