dev-vcs/git: for systemd, don't source /etc/conf.d/git-daemon
authorMike Gilbert <floppym@gentoo.org>
Sun, 8 May 2016 19:59:36 +0000 (15:59 -0400)
committerMike 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

index 2a080d4e7d8ffa89805b921e64f7819a5ab1b875..0a1bd14b16a34d0a0912fcdc70ef4149a2b7dff1 100644 (file)
@@ -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