From 21838f79a626b6f8faeaf2f48d32b73fa50ffd6b Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Sat, 2 Sep 2017 04:22:28 -0400 Subject: [PATCH] Added a README that contains the name of the project and a description. #2 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..07fd77d --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Daemon # +A Linux daemon creation library. + +Its sole purpose it to make a common, simple way to create daemons +for CyberMages LLC's server programs.