summaryrefslogtreecommitdiff
path: root/dev-vcs/git/files/git-daemon_at-r1.service
blob: 0a1bd14b16a34d0a0912fcdc70ef4149a2b7dff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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