Added credits to daemon.py
This commit is contained in:
parent
54dcbd3cc6
commit
53d6ee2484
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue