projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c8eb59
)
dev-vcs/git: for systemd, don't source /etc/conf.d/git-daemon
author
Mike Gilbert
<floppym@gentoo.org>
Sun, 8 May 2016 19:59:36 +0000
(15:59 -0400)
committer
Mike Gilbert
<floppym@gentoo.org>
Sun, 8 May 2016 19:59:49 +0000
(15:59 -0400)
Package-Manager: portage-2.2.28_p97
dev-vcs/git/files/git-daemon_at.service
patch
|
blob
|
history
diff --git
a/dev-vcs/git/files/git-daemon_at.service
b/dev-vcs/git/files/git-daemon_at.service
index 2a080d4e7d8ffa89805b921e64f7819a5ab1b875..0a1bd14b16a34d0a0912fcdc70ef4149a2b7dff1 100644
(file)
--- a/
dev-vcs/git/files/git-daemon_at.service
+++ b/
dev-vcs/git/files/git-daemon_at.service
@@
-5,9
+5,8
@@
Documentation=man:git-daemon(1)
[Service]
User=nobody
Group=nobody
-EnvironmentFile=/etc/conf.d/git-daemon
# Ignore non-zero exit status, access error makes git-daemon return them
-ExecStart=-/usr/libexec/git-core/git-daemon --inetd --base-path=/var/git --verbose
$GITDAEMON_OPTS
+ExecStart=-/usr/libexec/git-core/git-daemon --inetd --base-path=/var/git --verbose
StandardInput=socket
StandardOutput=inherit
StandardError=journal