From: Travis Cross Date: Thu, 30 Jan 2014 14:11:55 +0000 (+0000) Subject: Start DBs before FS if possible X-Git-Tag: v1.2.19~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eff41a9336b0acfd0d07bd96fc342226d37855a1;p=thirdparty%2Ffreeswitch.git Start DBs before FS if possible Thanks-to: Humberto Diógenes --- 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