Bannister

'Cos it's a runner.

INTRODUCTION

Generalised app runner. Launches all of the scripts in $(pwd)/script/startup in sort order. All the scripts must respond to the TERM signal by shutting down, and they will be passed the -X script if they are to run in the foreground.

USAGE

$(pwd) must be the root of the application.

To daemonize an application, run:

$ bannister start

To start an application in screen, run:

$ bannister run

To stop a daemonized application, run:

$ bannister stop