From feb413809b1ff0d1d0154663128539e68905e13f Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Tue, 11 Jun 2019 09:29:34 +0200
Subject: [PATCH] Add make stop instruction

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index d5fb2b4..26ae185 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,8 @@ a group of processes. Use the ``supervisorctl help`` to find out more and
 ``supervisorctl help COMMAND`` to get a detailed description of the
 corresponding command.
 
+To shut down the monitoring service completely, use ``make stop``.
+
 
 ## Configuration file
 
-- 
GitLab