summaryrefslogtreecommitdiffstats
path: root/roles/git/files/etc/systemd/system/cgit.socket
blob: bba4befa0b721e502cf9dc3bad1036f0500eb384 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=hyperfast web frontend for git repositories written in C
Documentation=https://git.zx2c4.com/cgit/

[Socket]
ListenStream=%t/cgit.socket
SocketUser=www-data
SocketMode=0600

[Install]
WantedBy=sockets.target