My Recent Pastes (183 and counting)

Pastes by defunkt (183 and counting)

Pages:

Below are the 3 most recent pasties by defunkt.

October 16, 2006
4:20PM EDT
by defunkt

#!/bin/bash
#
# mongrel start|stop port
#
# this script was built specifically for monit

October 16, 2006
4:18PM EDT
by defunkt

set daemon 30 # Poll at 30 sec intervals
set logfile   /opt/rails/chow/production/shared/log/monit.log
set pidfile   /opt/rails/chow/production/shared/log/monit.pid
set statefile /opt/rails/chow/production/shared/log/monit.state

October 12, 2006
4:18PM EDT
by defunkt

def valid_extensions
  @@valids ||= Regexp.new("\." + Extension.find(:all).map(&:name).join('|') + '$')
end

=====

Previous page