From f62dc9073f142d61e3ce5e479e8f521fb1781c13 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 2 Mar 2021 16:31:15 +0530 Subject: [PATCH] adding timeout and changing line match --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 682881c..e8ca779 100755 --- a/scripts/install +++ b/scripts/install @@ -146,7 +146,7 @@ yunohost service add $app --description="Media server for your comics, manga and 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="Tomcat started on port\(s\): $port \(http\) with context path '$path_url'" +ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Tomcat initialized with port\(s\): $port \(http\)" --timeout="120" #================================================= # SETUP SSOWAT