Re: [v6 PATCH] daemon: add systemd support

2015-04-08 Thread Junio C Hamano
Ramsay Jones writes: > On 07/04/15 03:03, Shawn Landden wrote: >> systemd supports git-daemon's existing --inetd mode as well. >> --systemd allows git-daemon has the advantage of allowing one git-daemon >> to listen to multiple interfaces as well as the system one(s), >> and more allow git-daemon

Re: [v6 PATCH] daemon: add systemd support

2015-04-07 Thread Ramsay Jones
On 07/04/15 03:03, Shawn Landden wrote: > systemd supports git-daemon's existing --inetd mode as well. > --systemd allows git-daemon has the advantage of allowing one git-daemon > to listen to multiple interfaces as well as the system one(s), > and more allow git-daemon to not be spawned on every c

Re: [v6 PATCH] daemon: add systemd support

2015-04-06 Thread Eric Sunshine
On Mon, Apr 6, 2015 at 10:03 PM, Shawn Landden wrote: > systemd supports git-daemon's existing --inetd mode as well. > --systemd allows git-daemon has the advantage of allowing one git-daemon > to listen to multiple interfaces as well as the system one(s), > and more allow git-daemon to not be spa

[v6 PATCH] daemon: add systemd support

2015-04-06 Thread Shawn Landden
systemd supports git-daemon's existing --inetd mode as well. --systemd allows git-daemon has the advantage of allowing one git-daemon to listen to multiple interfaces as well as the system one(s), and more allow git-daemon to not be spawned on every connection. Signed-off-by: Shawn Landden --- Re