module documentation
Integration with systemd.
Currently only the minimum APIs necessary for using systemd's socket activation feature are supported.
Class |
|
ListenFDs provides access to file descriptors inherited from systemd. |
Function | _parse |
Parse the LISTEN_FDS environment variable supplied by systemd. |
Function | _parse |
Parse the LISTEN_FDNAMES environment variable supplied by systemd. |
Parse the LISTEN_FDS environment variable supplied by systemd.
Parameters | |
start:int | systemd provides only a count of the number of descriptors that have been inherited. This is the integer value of the first inherited descriptor. Subsequent inherited descriptors are numbered counting up from here. See ListenFDs._START . |
environ:Mapping[ | The environment variable mapping in which to look for the value to parse. |
Returns | |
List[ | The integer values of the inherited file descriptors, in order. |