From 3143ca6f12cbc00adbb442bc57d0fbd6d7e88618 Mon Sep 17 00:00:00 2001
From: Jason Rose-Kuhrt <jasonkuhrt@me.com>
Date: Sun, 13 Nov 2016 22:36:31 -0500
Subject: [PATCH] Update README.md

Mention another alternative
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 6688328..4e6cef2 100644
--- a/README.md
+++ b/README.md
@@ -252,6 +252,7 @@ your machine.
 * [Docker and the PID 1 zombie reaping problem (Phusion Blog)](https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem/)
 * [Trapping signals in Docker containers (@gchudnov)](https://medium.com/@gchudnov/trapping-signals-in-docker-containers-7a57fdda7d86)
 * [tini](https://github.com/krallin/tini), an alternative to dumb-init
+* [pid1](https://github.com/fpco/pid1), an alternative to dumb-init, written in Haskell
 
 
 [daemontools]: http://cr.yp.to/daemontools.html