From 4aca47986ec73b457cfe90cfd39deece20ae6c48 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 4 Aug 2025 22:03:57 +0200 Subject: [PATCH] ezbake: Introduce service-port variable This enables ezbake to use the port in templates, e.g. rendering the systemd unit file. This is required to add a post start command to check if the tcp port is already reachable. --- project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/project.clj b/project.clj index 17ac01d70..8c3f4b236 100644 --- a/project.clj +++ b/project.clj @@ -197,6 +197,7 @@ ;; the main namespace and start timeout need to be updated ;; there as well :lein-ezbake {:vars {:user "puppetdb" + :service-port 8081 :group "puppetdb" :build-type "foss" :package-name "openvoxdb"