Re: [v7 PATCH] daemon: add systemd support

2015-04-08 Thread Eric Sunshine
On Wed, Apr 8, 2015 at 3:14 PM, Shawn Landden wrote: > [v7 PATCH] daemon: add systemd support > > git-daemon's --systemd mode allows git-daemon to be connect-activated > on one or more addresses or ports. Unlike --inetd[1], git-daemon is > not spawned for every connection. >

[v7 PATCH] daemon: add systemd support

2015-04-08 Thread Shawn Landden
git-daemon's --systemd mode allows git-daemon to be connect-activated on one or more addresses or ports. Unlike --inetd[1], git-daemon is not spawned for every connection. [1]which systemd is compatible with using its Accept=yes mode Signed-off-by: Shawn Landden --- Repond to Eric Sunshine's rev

[v7 PATCH] daemon: add systemd support

2015-04-07 Thread Shawn Landden
git-daemon's --systemd mode allows git-daemon to be connect-activated on one or more addresses or ports. Unlike --inetd[1], git-daemon is not spawned for every connection. [1]which systemd is compatible with using its Accept=yes mode Signed-off-by: Shawn Landden --- Repond to Eric Sunshine's rev