This change allows piped-proxy to accept listeners from the environment. This allows for example systemd socket activation. It adds two new environment variables, FD_UNIX and FD_TCP which when set to an input number allow inheriting Unix Socket listeners and tcp listeners respectively.
This change allows piped-proxy to accept listeners from the environment. This allows for example systemd socket activation. It adds two new environment variables,
FD_UNIX
andFD_TCP
which when set to an input number allow inheriting Unix Socket listeners and tcp listeners respectively.