Make starting gitalist pointed at somewhere settable from an environment variable...
[catagits/Gitalist.git] / lib / Gitalist / Script / FastCGI.pm
index 778760c..8c03a33 100644 (file)
@@ -3,6 +3,7 @@ use Moose;
 use namespace::autoclean;
 
 extends 'Catalyst::Script::FastCGI';
+with 'Gitalist::ScriptRole';
 
 # Only exists so that this horrible hack can happen..
 # This should be in FCGI.pm, see: