fix up sigint / stop() stuff. stop() stops a different process from the one that...
authorBrandon L Black <blblack@gmail.com>
Wed, 19 Dec 2007 03:39:40 +0000 (03:39 +0000)
committerBrandon L Black <blblack@gmail.com>
Wed, 19 Dec 2007 03:39:40 +0000 (03:39 +0000)
commit4a24225a4a5ba994ccec944e4bc617f0506d2eed
tree74f27874c280322b492021ac925ae97137ebdccb
parent5b9ebe08eff2f6410804c2f3c2fa361db0b446a2
fix up sigint / stop() stuff.  stop() stops a different process from the one that is executing stop(), and sigint calls the shutdown method, which clears the pidfile and exits
lib/MooseX/Daemonize.pm