Index: trunk/start
===================================================================
--- trunk/start	(revision 59)
+++ trunk/start	(revision 65)
@@ -1,3 +1,5 @@
 #!/bin/sh
 
+export CONFIG_FILE=${1:-"conf.yml"}
+
 starman --listen :5000 --daemonize --pid pid --error-log errors --access-log access
