From afd0a4ea3556ec33e32bbe3c557179ff6d344514 Mon Sep 17 00:00:00 2001 From: Lutz Date: Thu, 11 Jun 2026 14:54:47 +0200 Subject: [PATCH] fix(nexus): guard nexus.service with ConditionPathExists A reboot before the first deploy would leave the enabled unit in failed state; the condition keeps it inert until start.sh exists (same guard as nexus-worker.service). --- install/nexus-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/nexus-install.sh b/install/nexus-install.sh index 14da3f3..ce83cf1 100644 --- a/install/nexus-install.sh +++ b/install/nexus-install.sh @@ -122,6 +122,9 @@ cat >/etc/systemd/system/nexus.service <