[java-idp-plugin-jetty] branch main updated: Install jetty.service unit file with module into bin and adjust command.
Codeberg
noreply at shibboleth.net
Mon Nov 17 15:08:28 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-jetty.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-jetty/commit/ba72a41c42e2eccdff8a54eba3331790efceddd4
The following commit(s) were added to refs/heads/main by this push:
new ba72a41 Install jetty.service unit file with module into bin and adjust command.
ba72a41 is described below
commit ba72a41c42e2eccdff8a54eba3331790efceddd4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 17 10:08:18 2025 -0500
Install jetty.service unit file with module into bin and adjust command.
---
.../main/resources/net/shibboleth/idp/module/jetty/jetty.service | 2 +-
.../resources/net/shibboleth/idp/module/jetty/module.properties | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty.service b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty.service
index e912458..87a2536 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty.service
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty.service
@@ -20,7 +20,7 @@ KillMode=process
WorkingDirectory=/opt/jetty-base
-ExecStart=/opt/jetty/runjetty.sh
+ExecStart=/opt/jetty/runjetty.sh start
ExecStop=/bin/kill ${MAINPID}
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties
index c9989f4..2e0aab1 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties
@@ -102,3 +102,10 @@ jetty.Core.18.replace = true
jetty.Core.19.src = /net/shibboleth/idp/module/jetty/jetty-base-download-keystore.gpg
jetty.Core.19.dest = credentials/jetty-base-download-keystore.gpg
jetty.Core.19.replace = false
+
+jetty.Core.20.src = /net/shibboleth/idp/module/jetty/jetty.service
+jetty.Core.20.dest = bin/jetty.service
+jetty.Core.20.nonwindows = true
+jetty.Core.20.windows = false
+jetty.Core.20.exec = false
+jetty.Core.20.replace = true
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list