README.md 1.45 KB
Newer Older
Steven Allen's avatar
Steven Allen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
go-socket-activation
==================

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai)
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](https://libp2p.io/)
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23libp2p)
[![Coverage Status](https://img.shields.io/codecov/c/github/libp2p/go-socket-activation.svg?style=flat-square&branch=master)](https://codecov.io/github/libp2p/go-socket-activation?branch=master)
[![Travis CI](https://travis-ci.org/libp2p/go-socket-activation.svg?branch=master)](https://travis-ci.org/libp2p/go-socket-activation)
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)


> A library for creating socket-activated processes.

This library provides access to sockets registered by the system's init daemon.
See: http://0pointer.de/blog/projects/socket-activation.html for details.

At the moment, this library only supports systemd.

## Table of Contents

- [Install](#install)
- [Contribute](#contribute)
- [License](#license)

## Install

```sh
go get -u github.com/libp2p/go-socket-activation
```

## Usage


## Contribute

PRs are welcome!

Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

MIT © 2019 Protocol Labs