From 451452b026aa7ff505a3fd32e69d727b3a4d8a0b Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 10 May 2023 17:30:18 +0200 Subject: [PATCH] sleep service to see if that helps --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 51aeffb..be28383 100755 --- a/scripts/install +++ b/scripts/install @@ -104,6 +104,9 @@ ynh_script_progression --message="Starting a systemd service..." # Start a systemd service ynh_exec_warn_less ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Starting Overseer version" +sleep 60 + + #================================================= # END OF SCRIPT #=================================================