summaryrefslogtreecommitdiff
path: root/git@.service.in
blob: 7abcfeb35bce2d02bcd62f14c4cec446944c4b2d (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Git Repositories Server Daemon
Documentation=man:git-daemon(1)

[Service]
User=nobody
ExecStart=-@GITEXECDIR@/git-daemon --base-path=@BASE_PATH@ --export-all \
          --user-path=public_git --inetd --log-destination=stderr --verbose
StandardInput=socket
StandardError=journal