summaryrefslogtreecommitdiffstats
path: root/roles/git/server/templates/git@.service.j2
blob: abdc56fe5ae4c6729b9d0140e2b3af84b932f68c (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Git Repositories Server Daemon
Documentation=man:git-daemon(1)
Wants=git.socket

[Service]
User={{ git_daemon_user }}
ExecStart=/usr/libexec/git-core/git-daemon --base-path={{ git_basepath }} --export-all --user-path=public_git --syslog --inetd --verbose
StandardInput=socket