summaryrefslogtreecommitdiffstats
path: root/roles/git/files/lib/systemd/system/gitweb.socket
blob: 355b4901e69641891694482cbe2491008896b228 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Gitweb Listen Socket

[Socket]
SocketUser=www-data
SocketGroup=www-data
SocketMode=0600
ListenStream=/run/gitweb.socket

[Install]
WantedBy=sockets.target