aboutsummaryrefslogtreecommitdiffstats
path: root/script/restart-mongrel
blob: a5dc2431bfd91a0f3430ca8fc6d8982e21940ec5 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# Stops and restarts the Mongrel web server.

cd `dirname $0`
cd ..
# XXX Include path for dodgy version of daemonize package
ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails stop
ruby -I/usr/lib/ruby/ /usr/bin/mongrel_rails start -d