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