From 43d752e7220fc10dbc5648ec8b3699f00629fbde Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 21 Jan 2020 20:40:18 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2e1b8dc..88c5de8 100644 --- a/scripts/install +++ b/scripts/install @@ -206,8 +206,8 @@ ynh_print_info --message="Starting a systemd service..." # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Rocket has launched from" --length=100 if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then - sleep 60 ynh_systemd_action --service_name=$app --action="restart" --log_path="systemd" --line_match="Rocket has launched from" --length=100 + sleep 60 fi #=================================================