12a6a448f4
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/git#58dc6bb36a79726ca510aab470bf32d8e9876689
11 lines
298 B
SYSTEMD
11 lines
298 B
SYSTEMD
[Unit]
|
|
Description=Git Repositories Server Daemon
|
|
Documentation=man:git-daemon(1)
|
|
|
|
[Service]
|
|
User=nobody
|
|
ExecStart=-@GITEXECDIR@/git-daemon --base-path=@BASE_PATH@ --export-all \
|
|
--user-path=public_git --inetd --log-destination=stderr --verbose
|
|
StandardInput=socket
|
|
StandardError=journal
|