diff options
author | CoprDistGit <infra@openeuler.org> | 2024-10-31 07:35:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-10-31 07:35:31 +0000 |
commit | 0436e214d64cf06bc49ec9f3f4d964ea315a27a0 (patch) | |
tree | ff1bfaed17d60428e1e28b92ca60d43375d9b649 /git@.service.in | |
parent | 5b045a3c71baeb6e4a68ba2048bf8d0212ad67e0 (diff) |
automatic import of git
Diffstat (limited to 'git@.service.in')
-rw-r--r-- | git@.service.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/git@.service.in b/git@.service.in new file mode 100644 index 0000000..2b80b95 --- /dev/null +++ b/git@.service.in @@ -0,0 +1,10 @@ +[Unit] +Description=Git Repositories Server Daemon +Documentation=man:git-daemon(1) + +[Service] +User=nobody +ExecStart=-/usr/libexec/git-core/git-daemon --base-path=/var/lib/git --export-all \ + --user-path=public_git --inetd --log-destination=stderr --verbose +StandardInput=socket +StandardError=journal |