summaryrefslogtreecommitdiff
path: root/roles/gitolite/http/templates/fcgiwrap.socket.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-08-30 15:07:28 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-08-30 15:07:28 +0200
commitac9829aad8a0e2266eca9132f26ef541b80bf7f3 (patch)
tree0e74d59267e93f9258da0e3e5ae60dd9f6299880 /roles/gitolite/http/templates/fcgiwrap.socket.j2
parentprometheus/smartmon textfile collector: since this unit needs CAP_SYS_ADMIN w... (diff)
gitolite: allow custom user to be defined and refactor handling of http role
Diffstat (limited to 'roles/gitolite/http/templates/fcgiwrap.socket.j2')
-rw-r--r--roles/gitolite/http/templates/fcgiwrap.socket.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/gitolite/http/templates/fcgiwrap.socket.j2 b/roles/gitolite/http/templates/fcgiwrap.socket.j2
index 6a4c58e7..f71a5fe0 100644
--- a/roles/gitolite/http/templates/fcgiwrap.socket.j2
+++ b/roles/gitolite/http/templates/fcgiwrap.socket.j2
@@ -5,7 +5,7 @@ Description=fcgiwrap Socket
SocketMode=0600
SocketUser=www-data
SocketGroup=www-data
-ListenStream=/run/fcgiwrap/gitolite-{{ gitolite_instance }}.sock
+ListenStream=/run/fcgiwrap/gitolite-{{ item.0.key }}.sock
[Install]
WantedBy=sockets.target