summaryrefslogtreecommitdiff
path: root/git@.service.in
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-10-30 14:37:15 +0000
committerCoprDistGit <infra@openeuler.org>2024-10-30 14:37:15 +0000
commitf63bda2c1241858de214ca3ec1810c8672c775fd (patch)
tree67bdd88b6a37f1fdc46c37c1f0a28bad5d1dc380 /git@.service.in
parent850e41cbd0c9a287ae4fe92233c508dcd620f4e6 (diff)
automatic import of gitopeneuler24.03_LTS
Diffstat (limited to 'git@.service.in')
-rw-r--r--git@.service.in10
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