[java-idp-plugin-jetty] branch main updated: JJETTY-41 - Systemd unit file example missing Install section
Codeberg
noreply at shibboleth.net
Tue Apr 7 13:32:12 UTC 2026
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/6f972fc1121b69ff5951c4e4b9cdd8b577e2e793
The following commit(s) were added to refs/heads/main by this push:
new 6f972fc JJETTY-41 - Systemd unit file example missing Install section
6f972fc is described below
commit 6f972fc1121b69ff5951c4e4b9cdd8b577e2e793
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Apr 7 09:31:44 2026 -0400
JJETTY-41 - Systemd unit file example missing Install section
https://shibboleth.atlassian.net/browse/JJETTY-41
---
.../src/main/resources/net/shibboleth/idp/module/jetty/jetty.service | 3 +++
1 file changed, 3 insertions(+)
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 40ae33c..e73af2a 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
@@ -1,3 +1,6 @@
+[Install]
+WantedBy=multi-user.target
+
[Unit]
Documentation=https://www.eclipse.org/jetty/documentation/
Description=Jetty Server
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list