X-Git-Url: http://git.kaliko.me/?p=python-daemon.git;a=blobdiff_plain;f=seth.py;fp=src%2Fdaemon.py;h=cfc5ed421ed1fb235c361ad385cd6eda63ab499d;hp=96cde84e9ec3a043dd49f3b557a28e56b5c438b8;hb=93b04564dae8bf7fc8c5e47c404698222ee039de;hpb=43f9a47ada69104b79a759a56ff6706945503ec2 diff --git a/src/daemon.py b/seth.py similarity index 98% rename from src/daemon.py rename to seth.py index 96cde84..cfc5ed4 100644 --- a/src/daemon.py +++ b/seth.py @@ -3,7 +3,7 @@ # Public Domain # # Copyright 2007, 2009 Sander Marechal -# Copyright 2010, 2011, 2012 Jack Kaliko +# Copyright 2010, 2011, 2012 Jack Kaliko # # http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/ @@ -20,7 +20,7 @@ class Daemon(object): Usage: subclass the Daemon class and override the run() method """ - version = "0.4" + version = "0.5" def __init__(self, pidfile, stdin='/dev/null',