From 821d487c6788052f1014d1465b280aa5051f782a Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 28 Oct 2020 19:07:49 +0100 Subject: [PATCH] [add] sleep time to let the service start --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 1c2c6d3..5784f80 100644 --- a/scripts/install +++ b/scripts/install @@ -209,6 +209,7 @@ ynh_script_progression --message="Starting a systemd service..." --time --weight # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" +sleep 5 #================================================= # SETUP SSOWAT