Fix git@ service in pkgs02
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
bea4c1c840
commit
970c78b619
2 changed files with 13 additions and 0 deletions
8
roles/distgit/files/git@.service
Normal file
8
roles/distgit/files/git@.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Git Repositories Server Daemon
|
||||
Documentation=man:git-daemon(1)
|
||||
|
||||
[Service]
|
||||
User=nobody
|
||||
ExecStart=-/usr/libexec/git-core/git-daemon --base-path=/srv/git/repositories --export-all --syslog --inetd --verbose
|
||||
StandardInput=socket
|
Loading…
Add table
Add a link
Reference in a new issue