From 3de6c11423dc631e5f2863ea4ee359e9b11d877b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 12 Nov 2023 21:13:48 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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