blob: 0a1bd14b16a34d0a0912fcdc70ef4149a2b7dff1 [file] [log] [blame]
[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