[java-idp-plugin-jetty] branch main updated: Freshen example unit file.

Scott Cantor cantor.2 at osu.edu
Tue Oct 28 12:54:00 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-plugin-jetty.

View the commit online:
https://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=a92358ccdc426e30dda66951a4fe69ffd4f7fb53

The following commit(s) were added to refs/heads/main by this push:
     new a92358c  Freshen example unit file.
a92358c is described below

commit a92358ccdc426e30dda66951a4fe69ffd4f7fb53
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 28 08:53:56 2025 -0400

    Freshen example unit file.
---
 .../main/resources/net/shibboleth/idp/module/jetty/jetty.service  | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

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 b9d28b9..33be77a 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
@@ -7,8 +7,12 @@ Wants=network-online.target
 [Service]
 Type=forking
 
-User=root
-Group=root
+# Set to your chosen values.
+User=jetty
+Group=shibboleth
+
+# Allow binding to port 80/443.
+AmbientCapabilities=CAP_NET_BIND_SERVICE
 
 Restart=no
 TimeoutSec=45

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list