summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-05-08 15:59:36 -0400
committerMike Gilbert <floppym@gentoo.org>2016-05-08 15:59:49 -0400
commit843954e66426a8e87c42a2c3d3d99ca6fa7d4744 (patch)
tree7a3f972222ceb479462fb7f3c28c782961071710 /dev-vcs/git
parentapp-text/qpdfview: version bump; EAPI=6; drop USE=qt4 to respect Qt team policy (diff)
downloadgentoo-843954e66426a8e87c42a2c3d3d99ca6fa7d4744.tar.gz
gentoo-843954e66426a8e87c42a2c3d3d99ca6fa7d4744.tar.bz2
gentoo-843954e66426a8e87c42a2c3d3d99ca6fa7d4744.zip
dev-vcs/git: for systemd, don't source /etc/conf.d/git-daemon
Package-Manager: portage-2.2.28_p97
Diffstat (limited to 'dev-vcs/git')
-rw-r--r--dev-vcs/git/files/git-daemon_at.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-vcs/git/files/git-daemon_at.service b/dev-vcs/git/files/git-daemon_at.service
index 2a080d4e7d8f..0a1bd14b16a3 100644
--- 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