repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
git
/
trunk
/
git-daemon@.service
blob
70e0dcaafe8b1da3eb263cd2de0e691a8074baa9
1
[Unit]
2
Description=Git Daemon Instance
3
4
[Service]
5
User=git
6
# The '-' is to ignore non-zero exit statuses
7
ExecStart=-/usr/lib/git-core/git-daemon --inetd --export-all --base-path=/srv/git
8
StandardInput=socket
9
StandardOutput=inherit
10
StandardError=journal
11
ProtectSystem=full
12
ProtectHome=on
13
PrivateDevices=on
14
NoNewPrivileges=on