commit: 843954e66426a8e87c42a2c3d3d99ca6fa7d4744 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun May 8 19:59:36 2016 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun May 8 19:59:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=843954e6
dev-vcs/git: for systemd, don't source /etc/conf.d/git-daemon Package-Manager: portage-2.2.28_p97 dev-vcs/git/files/git-daemon_at.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-vcs/git/files/git-daemon_at.service b/dev-vcs/git/files/git-daemon_at.service index 2a080d4..0a1bd14 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
