From 7fafcf1ed7dd5690f050606e6483ebf45235fbdb Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 23 May 2021 00:43:15 +0530 Subject: [PATCH] added timeout, changed string --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8a49bbc..d46a2f0 100755 --- a/scripts/install +++ b/scripts/install @@ -109,7 +109,7 @@ ynh_add_systemd_config ynh_script_progression --message="Configuring Jackett..." --weight=2 # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started. Press Ctrl+C to shut down." +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Hosting environment: Production" --timeout=30 # Start a systemd service ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"