X-Git-Url: https://git.kaliko.me/?p=python-daemon.git;a=blobdiff_plain;f=README;fp=README;h=a91601f1eded8cd5769d526b031fced3ea30d8f9;hp=03e74c71930f08293cfc0b1f2bcf8bff2c748112;hb=2a5a259502c4e742cf8faee47a12049d1f526736;hpb=ca0b30b5ae63177c6c27a51e066c0cd6641e8c0c diff --git a/README b/README index 03e74c7..a91601f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -python-daemon is a pretty simple object named Daemon used to daemonize a process. +python-seth is a pretty simple object named Daemon used to daemonize a process. To do so subclass the Daemon object and override its run method with the code you want to turn into a unix daemon.