From 8cb58b851752c5f680a858ab55fc4686190094c3 Mon Sep 17 00:00:00 2001 From: Raphael Randschau Date: Thu, 23 Feb 2012 17:11:19 +0100 Subject: [PATCH] require supervisord export --- lib/foreman/export.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/foreman/export.rb b/lib/foreman/export.rb index df31d66..7cd80f3 100644 --- a/lib/foreman/export.rb +++ b/lib/foreman/export.rb @@ -30,3 +30,5 @@ require "foreman/export/inittab" require "foreman/export/upstart" require "foreman/export/bluepill" require "foreman/export/runit" +require "foreman/export/supervisord" +