blob: 05821ce53b7521d60e983cb4c650ce39f076a5e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Gitweb Service
After=network.target
Requires=gitweb.socket
[Service]
StandardInput=socket
User=gitweb
Group=gitweb
Environment=SCRIPT_FILENAME=/usr/lib/cgi-bin/gitweb-wrapper.fcgi
ExecStart=/usr/lib/cgi-bin/gitweb-wrapper.fcgi
[Install]
WantedBy=multi-user.target
|