mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 13:07:13 +08:00
11 lines
253 B
Desktop File
11 lines
253 B
Desktop File
[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
|