Stop trying to rename the daemon process
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 10 Mar 2014 13:45:46 +0000 (13:45 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 10 Mar 2014 13:45:46 +0000 (13:45 +0000)
commit0a25cf895fa70fedf64131d284cfff19251b3d46
tree8b6af784d0ccb41c440340a431be6abb6a549689
parentbca875d67e9f4fad50bf47a6c9695687a6e95778
Stop trying to rename the daemon process

* lib/mudpy/misc.py(daemonize): Remove the hacky process table entry
rewriting routines. They weren't cross-platform and never really worked
well. Also, these days admins are more used to daemons in interpreted
languages and know how to spot them in a process list with relative
ease.
lib/mudpy/misc.py