foxygit / foxygit Log in
A tiny read-only git web frontend — browse bare repos with just PHP and git, no database, no framework.
commits tags

/server/fcgiwrap-git.service · 265 B

raw
[Unit]
Description=fcgiwrap for git-http-backend (anonymous read-only clone)
Requires=fcgiwrap-git.socket

[Service]
User=git
Group=git
ExecStart=/usr/sbin/fcgiwrap
StandardInput=socket
StandardError=journal
NoNewPrivileges=true

[Install]
Also=fcgiwrap-git.socket