From: Mark Wooding Date: Mon, 8 Dec 2008 12:11:28 +0000 (+0000) Subject: server: Option `-F' to run the server in the `foreground'. X-Git-Tag: 1.0.0pre8~53 X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/46dde0806919904d146851bf8bd93fac9915730b?ds=inline;hp=46dde0806919904d146851bf8bd93fac9915730b server: Option `-F' to run the server in the `foreground'. This means that the server will quit when it sees EOF on standard input. Useful for testing, since it means that your processes aren't going to continue running after you let them off the leash. Also make tripectl pass `-F' to a tripe that it's starting up so that it won't continue without (say) logging. ---