From bc20062c462bafa7c05c98043a6e8ef05d2d214b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 12 Oct 2016 03:57:04 -0700 Subject: updating rendered manpage for github docs --- index.html | 46 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 2a3c29f..894202f 100644 --- a/index.html +++ b/index.html @@ -62,6 +62,8 @@ NAME SYNOPSIS DESCRIPTION + STATUS + COPYRIGHT SEE ALSO @@ -78,20 +80,56 @@

SYNOPSIS

-

lorem

+

einhyrningsins [OPTIONS] -- PROGRAM [PROGRAM_ARGS]

DESCRIPTION

-

ipsum

+

This is a socket multiplexer featuring graceful restarts. It runs multiple +copies of the child program that are passed a shared socket (or more than one) +to bind to and accept connections from. Graceful rolling restarts enable +updates of the child program with zero downtime and no dropped connections.

+ +

This program requires special support in the child program to achive the +graceful restarts and bind to inherited file descriptors indicated by +environment variables.

+ +

einhyrningsins(1) is a partially-comparible re-implementation of einhorn(1) (a +Ruby program) in Rust. Einhorn itself derived from Unicorn.

+ +
-4, --ipv4-only     only accept IPv4 connections
+-6, --ipv6-only     only accept IPv6 connections
+-m, --manual        manual (explicit) acknowledge mode
+-n, --number COUNT  how many program copies to spawn
+-b, --bind ADDR     socket(s) to bind to
+
+ + + + +

STATUS

+ +

This is a fun fun hobby project. Still in progress, and notably untested.

+ + + +

Copyright 2016 Bryan Newbold +License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html. +This is free software: you are free to change and redistribute it. There is NO +WARRANTY, to the extent permitted by law.

SEE ALSO

-

einhorn (1)

+

einhorn (1), einhyrningsinsctl(1)

  1. -
  2. September 2016
  3. +
  4. October 2016
  5. einhyrningsins(1)
-- cgit v1.2.3