Write out the pid file after double fork.
authorTomas Doran <bobtfish@bobtfish.net>
Mon, 18 Jul 2011 22:34:59 +0000 (23:34 +0100)
committerTomas Doran <bobtfish@bobtfish.net>
Mon, 18 Jul 2011 22:34:59 +0000 (23:34 +0100)
commit000641983bc2af88ef662606c75535dde8381051
tree1312dff3f509f6d3099843e4bcf2a587dc047903
parent07b56dc9ccb03a4fdd4cfe017cfc42359fe51529
Write out the pid file after double fork.

Therefore we get the pid of the actual server process saved, rather than
that of the runner
lib/Catalyst/Script/Server.pm