fcgiwrap/socket

This commit is contained in:
Marc Beninca 2019-09-01 16:43:45 +02:00
parent b7ad6b8ec5
commit a870265558
1 changed files with 16 additions and 0 deletions

View File

@ -520,6 +520,22 @@ Security
Apps
^^^^
* /lib/systemd/system/fcgiwrap.socket
::
[Unit]
Description=fcgiwrap socket
[Socket]
SocketMode=0600
SocketUser=user
SocketGroup=user
ListenStream=/run/fcgiwrap.socket
[Install]
WantedBy=sockets.target
* /etc/gitweb.conf
::