From f7ea875ede5c1179af56f78b67153d3a27402f41 Mon Sep 17 00:00:00 2001
From: "Pokorra, Gerd" <pokorra@uni-siegen.de>
Date: Mon, 2 Dec 2019 12:48:25 +0100
Subject: [PATCH] add a README file

---
 README.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..15324cd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# MUNGE
+
+The munge package.
+
+MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and validating credentials.
+
+Bevor starting the service as the first time a secret key has to been created.
+For creating the key add store it to the file `/etc/munge/munge.key` the following script is provided:
+
+```
+create-munge-key
+```
+
+In the second step you can start und enable the munge service.
+
+```
+systemctl start munge
+systemctl enalbe munge
+```