fcgiwrap/socket
This commit is contained in:
parent
b7ad6b8ec5
commit
a870265558
1 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
||||
::
|
||||
|
|
Loading…
Reference in a new issue