openstack-ansible-repo_server/templates/git.service.j2

9 lines
260 B
Django/Jinja

[Unit]
Description=Git Repositories Server Daemon
Documentation=man:git-daemon(1)
[Service]
User=nobody
ExecStart=-{{ git_daemon_path }} --base-path={{ repo_git_cache_dir }}/ --export-all --user-path=public_git --syslog --inetd --verbose
StandardInput=socket