From 76e5dd36db8373eb78eb1d93cdb5572f1777b25e Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Fri, 16 Feb 2018 22:30:56 +0100 Subject: [PATCH] drop echoist example in docs --- docs/examples/echoist.md | 9 --------- docs/index.rst | 1 - 2 files changed, 10 deletions(-) delete mode 100644 docs/examples/echoist.md diff --git a/docs/examples/echoist.md b/docs/examples/echoist.md deleted file mode 100644 index 80915fc7..00000000 --- a/docs/examples/echoist.md +++ /dev/null @@ -1,9 +0,0 @@ -# Echoist - -This is a simple demo service. It accepts TCP connections and echoes what they sent. - -## What it does? - -1. Binds port 7 -2. Drops privileges via fork - switches to _daemon_ user and group -3. Runs until SIGTERM/SIGKILL is received diff --git a/docs/index.rst b/docs/index.rst index 7343d87f..3a9dccc4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,7 +12,6 @@ Welcome to satella's documentation! instrumentation/traceback instrumentation/metrics source/modules - examples/echoist posix -- GitLab