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)
commit9b0e63efb9437b770d52a03acc606d0e86273c2a
tree723f225c72b4d18b062f9515298a285ab7e60b3a
parente545b1c6a61426ba22db5503c8e0530c1a49746b
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