diff --git a/component-installer/component-installer.sh b/component-installer/component-installer.sh index 874199a..e66f455 100644 --- a/component-installer/component-installer.sh +++ b/component-installer/component-installer.sh @@ -49,7 +49,7 @@ ExecStart=/usr/bin/docker compose -f /opt/opengnsys/ogCore/etc/docker-compose-de ExecStartPost=/opt/opengnsys/ogCore/bin/provision_ogcore.sh ExecStop=/usr/bin/docker compose -f /opt/opengnsys/ogCore/etc/docker-compose-deploy.yml stop Restart=always -timeoutStartSec=600 +TimeoutStartSec=600 [Install] WantedBy=multi-user.target @@ -78,6 +78,7 @@ Restart=always ExecStartPre=/opt/opengnsys/ogGui/bin/provision_oggui.sh ExecStart=/usr/bin/docker run --rm --name ogGui-app -p 4200:4200 -v $ENV_FILE:/app/.env opengnsys/oggui:$oggui_version ExecStop=/usr/bin/docker stop ogGui-app +TimeoutStartSec=600 [Install] WantedBy=multi-user.target