Files
meteor/tools
David Glasser 096df9d62d Refactor parent pid check; drop --keepalive
This commit moves parent pid process from the webapp package to the boot
script. This means that daemonized apps without webapp will also exit
when the runner exits, if run from the runner. (For example, several
self-tests such as 'autoupdate' no longer leak node processes.) This is
controlled via the $METEOR_PARENT_PID environment variable instead of
from command line arguments, in order to make fewer assumptions about
how Meteor apps process arguments.

This also drops the old --keepalive support (which already has stopped
being used by the dev mode runner or any MDG deployment platforms).
Neither --parent-pid nor --keepalive were documented beforehand, and
--keepalive was already deprecated before 1.0.

These flags used to also incidentally trigger printing the LISTENING
line; this is now controlled by $METEOR_PRINT_ON_LISTEN.

Fixes #3315.
2015-01-05 15:48:32 -08:00
..
2014-12-12 09:03:10 -05:00
2014-03-05 23:33:06 -08:00
2014-12-04 17:56:04 -08:00
2014-12-17 00:36:57 -08:00
2014-12-26 16:30:14 -08:00
2014-12-11 12:41:25 -08:00
2014-12-29 17:32:35 -08:00
2014-11-25 09:06:27 -08:00
2014-12-17 00:13:07 -08:00
2014-12-17 00:13:07 -08:00
2014-06-13 17:14:42 -07:00
2014-12-06 19:13:51 -08:00
2014-12-04 17:56:04 -08:00
2014-11-25 09:06:25 -08:00
2014-12-22 12:27:55 -08:00