source: bookmarks/trunk/stop @ 81

Last change on this file since 81 was 65, checked in by peter, 10 years ago
  • added a stop shell script
  • start takes an optional config file argument; defaults to "conf.yml"
  • app.psgi:
    • uses the CONFIG_FILE environment variable as its config file name
    • get_controller() takes an environment as its argument, instead of a Plack::Request
  • Property svn:executable set to *
File size: 28 bytes
Line 
1#!/bin/bash
2
3kill `cat pid`
Note: See TracBrowser for help on using the repository browser.