From 53d6ee2484f4797f66f6c36dc892e879ea27b69e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sun, 10 Mar 2013 21:08:14 +0100 Subject: [PATCH] Added credits to daemon.py --- octoprint/daemon.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/octoprint/daemon.py b/octoprint/daemon.py index bc4ce678..958d6777 100644 --- a/octoprint/daemon.py +++ b/octoprint/daemon.py @@ -1,4 +1,8 @@ -"""Generic linux daemon base class for python 3.x.""" +""" +Generic linux daemon base class for python 3.x + +Originally from http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/#c35 +""" import sys, os, time, atexit, signal