mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 16:34:37 +08:00
11 lines
253 B
SYSTEMD
11 lines
253 B
SYSTEMD
|
[Unit]
|
||
|
Description=Git Daemon Instance
|
||
|
|
||
|
[Service]
|
||
|
User=git
|
||
|
# The '-' is to ignore non-zero exit statuses
|
||
|
ExecStart=-/usr/lib/git-core/git-daemon --inetd --export-all --base-path=/srv/git
|
||
|
StandardInput=socket
|
||
|
StandardOutput=inherit
|
||
|
StandardError=journal
|