A template is a template...

This commit is contained in:
Patrick Uiterwijk 2015-02-19 17:16:00 +00:00
parent 5810a54f27
commit f114983994

View file

@ -0,0 +1,9 @@
[Unit]
Description=Git Repositories Server Daemon
Documentation=man:git-daemon(1)
Wants=git.socket
[Service]
User=nobody
ExecStart=/usr/libexec/git-core/git-daemon --base-path={{ git_basepath }} --export-all --user-path=public_git --syslog --inetd --verbose
StandardInput=socket