summaryrefslogtreecommitdiff
path: root/roles/gitolite/http/templates/fcgiwrap.service.j2
blob: 92fa320925a77c1a2052c56e640cc50ed0221824 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Simple CGI Server
After=nss-user-lookup.target
Requires=fcgiwrap-gitolite-{{ gitolite_instance }}.socket

[Service]
ExecStart=/usr/sbin/fcgiwrap -f
User=git-{{ gitolite_instance }}
Group=git-{{ gitolite_instance }}

[Install]
Also=fcgiwrap-gitolite-{{ gitolite_instance }}.socket