| [Unit] | |
| Description=Git Repositories Server Daemon | |
| Documentation=man:git-daemon(1) | |
| [Service] | |
| User=nobody | |
| Group=nobody | |
| # Ignore non-zero exit status, access error makes git-daemon return them | |
| ExecStart=-/usr/libexec/git-core/git-daemon --inetd --base-path=/var/git --verbose | |
| StandardInput=socket | |
| StandardOutput=inherit | |
| StandardError=journal |