From eff41a9336b0acfd0d07bd96fc342226d37855a1 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Thu, 30 Jan 2014 14:11:55 +0000 Subject: [PATCH] Start DBs before FS if possible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks-to: Humberto DiĆ³genes --- debian/freeswitch-sysvinit.freeswitch.init | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/freeswitch-sysvinit.freeswitch.init b/debian/freeswitch-sysvinit.freeswitch.init index 920428adf6..fda8c4bd3e 100644 --- a/debian/freeswitch-sysvinit.freeswitch.init +++ b/debian/freeswitch-sysvinit.freeswitch.init @@ -4,6 +4,8 @@ # Provides: freeswitch # Required-Start: $network $remote_fs $local_fs # Required-Stop: $network $remote_fs $local_fs +# Should-Start: postgresql mysql memcached mongodb +# Should-Stop: postgresql mysql memcached mongodb # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: FreeSWITCH Softswitch