A template is a template...
This commit is contained in:
parent
5810a54f27
commit
f114983994
1 changed files with 0 additions and 0 deletions
9
roles/git/server/templates/git@.service.j2
Normal file
9
roles/git/server/templates/git@.service.j2
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue